Updated core
This commit is contained in:
parent
9222498c42
commit
3c9e321dc8
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue