mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +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))) {
|
||||
return call_user_func_array(array(&$controller, $method), empty($params) ? null : $params);
|
||||
} else {
|
||||
// Debug::warning('Callback method ' . $method . ' in controller ' . get_class($controller)
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
Loading…
Add table
Reference in a new issue