mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixed mistake in UpgradeShell::exceptions()
My fault ;)
This commit is contained in:
parent
c966a35beb
commit
e16890225c
1 changed files with 1 additions and 1 deletions
|
@ -547,7 +547,7 @@ class UpgradeShell extends Shell {
|
|||
),
|
||||
array(
|
||||
'$this->cakeError("error500") -> throw new InternalErrorException()',
|
||||
'/(\$this->cakeError\(["\']error404["\']\));/',
|
||||
'/(\$this->cakeError\(["\']error500["\']\));/',
|
||||
'throw new InternalErrorException();'
|
||||
),
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue