mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
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:
parent
a5b7276696
commit
a12fd86c54
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue