generalID 부분 많이 수정.
index.php 로딩 에러 수정
This commit is contained in:
@@ -78,7 +78,7 @@ function getRawMessage($mailbox, $msgType, $limit=30, $fromSeq=null){
|
||||
}
|
||||
|
||||
function getMessage($msgType, $nationID=null, $limit=30, $fromSeq=null){
|
||||
$generalID = getGeneralID(false);
|
||||
$generalID = Session::Instance()->generalID;
|
||||
if($generalID === null){
|
||||
return [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user