Remove default overwrites that are useless

This commit is contained in:
Mark S 2015-12-08 18:21:51 +01:00
parent 1af5d23e87
commit b76a235175

View file

@ -419,7 +419,7 @@ class AuthComponent extends Component {
} else { } else {
$url = $this->unauthorizedRedirect; $url = $this->unauthorizedRedirect;
} }
$controller->redirect($url, null, true); $controller->redirect($url);
return false; return false;
} }