fix old $core call

This commit is contained in:
Jean-Christian Denis 2022-12-01 11:04:29 +01:00
parent 52f686003d
commit ab342367a5
Signed by: JcDenis
GPG key ID: 1B5B8C5B90B6C951

View file

@ -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;
}