diff --git a/cake/libs/controller/components/request_handler.php b/cake/libs/controller/components/request_handler.php index d99b9498a93..58675167635 100644 --- a/cake/libs/controller/components/request_handler.php +++ b/cake/libs/controller/components/request_handler.php @@ -260,6 +260,7 @@ function startup(&$controller) { * * @param object $controller A reference to the controller * @param mixed $url A string or array containing the redirect location + * @param mixed HTTP Status for redirect * @access public */ function beforeRedirect(&$controller, $url, $status = null) {