$connect를 $db=DB::db();$connect=$db->get(); 으로 변경하고 함수의 $connect를 모두 제거

This commit is contained in:
2018-04-05 02:55:14 +09:00
parent aebae6f485
commit 9c445e02b9
46 changed files with 1328 additions and 713 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ if(getBlockLevel() != 1 && getBlockLevel() != 3) {
$msg = trim($msg);
$reply = trim($reply);
$nation = getNation($connect, $me['nation']);
$nation = getNation($me['nation']);
//새글 추가시
if($num == -1 && $title != "" && $msg != "") {