git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7507 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
gwoo 2008-08-26 14:39:37 +00:00
parent 285d075475
commit 65df6ca0d8

View file

@ -144,7 +144,6 @@ class ClassRegistry {
if (!isset(${$class})) {
trigger_error(sprintf(__('(ClassRegistry::init() could not create instance of %1$s class %2$s ', true), $class, $type), E_USER_WARNING);
return $false;
die();
}
if ($type !== 'Model') {