fix old $core call
This commit is contained in:
parent
52f686003d
commit
ab342367a5
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ class install
|
||||||
try {
|
try {
|
||||||
return install::process();
|
return install::process();
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
$core->error->add($e->getMessage());
|
dcCore::app()->error->add($e->getMessage());
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue