Updated core

This commit is contained in:
markseu 2019-03-16 12:47:40 +01:00
parent 9222498c42
commit 3c9e321dc8

View file

@ -296,6 +296,7 @@ class YellowCore {
public function startup() {
$this->updateFileSystem(); //TODO: remove later, for backwards compatibility
foreach ($this->extensions->extensions as $key=>$value) {
if ($key=="edit") continue; //TODO: remove later, for backwards compatibility
if (method_exists($value["obj"], "onStartup")) $value["obj"]->onStartup();
}
foreach ($this->extensions->extensions as $key=>$value) {