Session::Instance()를 명명법에 맞게 Session::getInstance() 로 변경

This commit is contained in:
2018-04-06 16:47:24 +09:00
parent 18101d9e90
commit ceccb43f82
19 changed files with 75 additions and 75 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ function allButton() {
function commandButton() {
global $_basecolor, $_basecolor2;
$session = Session::Instance();
$session = Session::getInstance();
$generalID = $session->generalID;
if($generalID === null){