Skip to content

Commit

Permalink
Merge branch '1.3-misc' of git@github.com:cakephp/cakephp1x into 1.3-…
Browse files Browse the repository at this point in the history
…misc
  • Loading branch information
markstory committed Dec 20, 2009
2 parents 34410de + 01c3159 commit 2e96bfe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cake/libs/controller/components/security.php
Expand Up @@ -729,10 +729,8 @@ function _callback(&$controller, $method, $params = array()) {
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;
} }
} }
} }

?> ?>

0 comments on commit 2e96bfe

Please sign in to comment.