Fixed mistake in UpgradeShell::exceptions()

My fault ;)
This commit is contained in:
jamiemill 2011-11-06 23:19:30 +00:00
parent c966a35beb
commit e16890225c

View file

@ -547,7 +547,7 @@ class UpgradeShell extends Shell {
),
array(
'$this->cakeError("error500") -> throw new InternalErrorException()',
'/(\$this->cakeError\(["\']error404["\']\));/',
'/(\$this->cakeError\(["\']error500["\']\));/',
'throw new InternalErrorException();'
),
);