Cleaning up commented code

This commit is contained in:
ADmad 2009-12-21 02:50:39 +05:30
parent d561405daa
commit 01c31596c8

View file

@ -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;
}
}
}
?>