index.php에 level 없는 버그

This commit is contained in:
2018-04-21 11:49:55 +09:00
parent 00ac67e8ac
commit e6b4832b5d
+1 -1
View File
@@ -18,7 +18,7 @@ if (!$userID) {
}
$me = $db->queryFirstRow(
'SELECT no,con,turntime,newmsg,newvote from general where owner = %i',
'SELECT no,con,turntime,newmsg,newvote,`level` from general where owner = %i',
$userID
);