From 816daed5708259e8efe15f4c0bdd555df3360454 Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 17 Apr 2018 01:54:03 +0900 Subject: [PATCH] =?UTF-8?q?warning=20=EB=B0=A9=EC=A7=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/join_post.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hwe/join_post.php b/hwe/join_post.php index aaf3d3c1..98e3e536 100644 --- a/hwe/join_post.php +++ b/hwe/join_post.php @@ -53,6 +53,8 @@ $leader = Util::getReq('leader', 'int', 50); $power = Util::getReq('power', 'int', 50); $intel = Util::getReq('intel', 'int', 50); +$join = Util::getReq('join'); //쓸모 없음 + extractMissingPostToGlobals(); $rootDB = RootDB::db();