mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-03-18 23:49:55 +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))) {
|
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