Applied patch from 'jperras' fixes error in Auth.test.php. Fixes #5899

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7943 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
mark_story 2008-12-18 21:04:05 +00:00
parent a5b7276696
commit a12fd86c54

View file

@ -373,7 +373,7 @@ class AjaxAuthController extends Controller {
* @access public
* @return void
*/
function redirect($url, $status, $exit) {
function redirect($url, $status = null, $exit = true) {
$this->testUrl = Router::url($url);
return false;
}