mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
closes #5322
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7507 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
285d075475
commit
65df6ca0d8
1 changed files with 0 additions and 1 deletions
|
@ -144,7 +144,6 @@ class ClassRegistry {
|
||||||
if (!isset(${$class})) {
|
if (!isset(${$class})) {
|
||||||
trigger_error(sprintf(__('(ClassRegistry::init() could not create instance of %1$s class %2$s ', true), $class, $type), E_USER_WARNING);
|
trigger_error(sprintf(__('(ClassRegistry::init() could not create instance of %1$s class %2$s ', true), $class, $type), E_USER_WARNING);
|
||||||
return $false;
|
return $false;
|
||||||
die();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($type !== 'Model') {
|
if ($type !== 'Model') {
|
||||||
|
|
Loading…
Add table
Reference in a new issue