mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
Cleaning up commented code
This commit is contained in:
parent
d561405daa
commit
01c31596c8
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