mikuli.cz

:)
git clone https://git.sr.ht/~ashymad/mikuli.cz
Log | Files | Refs

commit 3c9e321dc808bc2ed4a9c50db5da70e6459f4a5f
parent 9222498c424759f8fb89e229c784ab206e36692d
Author: markseu <mark2011@mayberg.se>
Date:   Sat, 16 Mar 2019 12:47:40 +0100

Updated core

Diffstat:
Msystem/extensions/core.php | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/system/extensions/core.php b/system/extensions/core.php @@ -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) {