Closed webbird closed 7 years ago
Error 2016-11-17 12:38:39 - CRIT --> [shutdownHandler()] [SHUTDOWN] lvl:4 | msg:syntax error, unexpected '::' (T_PAAMAYIM_NEKUDOTAYIM), expecting ')' | file:CAT_PATH\templates\mojito\index.php | ln:60 [ :(178) ]
Reason (example) CAT_Users::getInstance()::is_authenticated(),
Should be (example) CAT_Users::getInstance()->is_authenticated(),
Can this issue be closed?
Please check if there are any other occurances. If not, close the issue.
Error 2016-11-17 12:38:39 - CRIT --> [shutdownHandler()] [SHUTDOWN] lvl:4 | msg:syntax error, unexpected '::' (T_PAAMAYIM_NEKUDOTAYIM), expecting ')' | file:CAT_PATH\templates\mojito\index.php | ln:60 [ :(178) ]
Reason (example) CAT_Users::getInstance()::is_authenticated(),
Should be (example) CAT_Users::getInstance()->is_authenticated(),