From d617203c057a8f89c0932b4c0e7a6ee9cc6624cd Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 19 Apr 2018 02:55:35 +0900 Subject: [PATCH] =?UTF-8?q?reply=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/c_nationboard.php | 1 + 1 file changed, 1 insertion(+) diff --git a/hwe/c_nationboard.php b/hwe/c_nationboard.php index 68a0b03f..ba254a09 100644 --- a/hwe/c_nationboard.php +++ b/hwe/c_nationboard.php @@ -7,6 +7,7 @@ include "func.php"; $title = Util::getReq('title'); $msg = Util::getReq('msg'); $num = Util::getReq('num', 'int'); +$reply = Util::getReq('reply'); extractMissingPostToGlobals();