Session::Instance()를 명명법에 맞게 Session::getInstance() 로 변경
This commit is contained in:
+1
-1
@@ -65,7 +65,7 @@ function myclock() {
|
||||
myCommandList();
|
||||
|
||||
function myCommandList() {
|
||||
$session = Session::Instance();
|
||||
$session = Session::getInstance();
|
||||
global $_basecolor, $_basecolor2, $_basecolor3;
|
||||
global $images;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user