mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Made Controller::redirect use Object::stop, fixes #4154
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6947 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
f05a9399cb
commit
065b8f4281
1 changed files with 1 additions and 1 deletions
|
@ -554,7 +554,7 @@ class Controller extends Object {
|
|||
}
|
||||
|
||||
if ($exit) {
|
||||
exit();
|
||||
$this->stop();
|
||||
}
|
||||
}
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue