Session::Instance()를 명명법에 맞게 Session::getInstance() 로 변경
This commit is contained in:
@@ -89,7 +89,7 @@ function allButton() {
|
||||
function commandButton() {
|
||||
global $_basecolor, $_basecolor2;
|
||||
|
||||
$session = Session::Instance();
|
||||
$session = Session::getInstance();
|
||||
$generalID = $session->generalID;
|
||||
|
||||
if($generalID === null){
|
||||
|
||||
Reference in New Issue
Block a user