mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-07 20:46:24 +00:00
Merge branch '1.3-misc' of git@github.com:cakephp/cakephp1x into 1.3-misc
This commit is contained in:
commit
2e96bfe833
1 changed files with 0 additions and 2 deletions
|
@ -729,10 +729,8 @@ class SecurityComponent extends Object {
|
||||||
if (is_callable(array($controller, $method))) {
|
if (is_callable(array($controller, $method))) {
|
||||||
return call_user_func_array(array(&$controller, $method), empty($params) ? null : $params);
|
return call_user_func_array(array(&$controller, $method), empty($params) ? null : $params);
|
||||||
} else {
|
} else {
|
||||||
// Debug::warning('Callback method ' . $method . ' in controller ' . get_class($controller)
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
Loading…
Add table
Reference in a new issue