이미지 못 불러오는 문제 해결

This commit is contained in:
2018-04-17 20:48:49 +09:00
parent 3e6523002c
commit 6961298e53
+1 -1
View File
@@ -59,7 +59,7 @@ extractMissingPostToGlobals();
$rootDB = RootDB::db();
//회원 테이블에서 정보확인
$member = $rootDB->queryFirstRow('SELECT `no`, id, picture, grade, `name` FROM member WHERE no=%i', $userID);
$member = $rootDB->queryFirstRow('SELECT `no`, id, picture, grade, `name`, imgsvr FROM member WHERE no=%i', $userID);
if (!$member) {
MessageBox("잘못된 접근입니다!!!");