PMCORE-3869
This commit is contained in:
@@ -860,7 +860,7 @@ if (substr(SYS_COLLECTION, 0, 8) === 'gulliver') {
|
||||
//if the method name is empty set default to index method
|
||||
$controllerAction = SYS_TARGET != '' ? SYS_TARGET : 'index';
|
||||
//if the method exists
|
||||
if (is_callable(array(new $controllerClass, $controllerAction))) {
|
||||
if (method_exists($controllerClass, $controllerAction)) {
|
||||
$isControllerCall = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user