fix old $core call
parent
52f686003d
commit
ab342367a5
|
@ -126,7 +126,7 @@ class install
|
|||
try {
|
||||
return install::process();
|
||||
} catch (Exception $e) {
|
||||
$core->error->add($e->getMessage());
|
||||
dcCore::app()->error->add($e->getMessage());
|
||||
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue