commit 105656b77593f2578b4c790323cd3b3cca995b44 parent bb6ce84f4de88ff9188052a885d8a2c5bb3e8c9f Author: markseu <mark2011@mayberg.se> Date: Thu, 25 Jun 2020 21:36:27 +0200 Updated extensions for new API Diffstat:
| M | system/extensions/install-blog.zip | | | 0 | |
| M | system/extensions/install-languages.zip | | | 0 | |
| M | system/extensions/install-wiki.zip | | | 0 | |
| M | system/extensions/stockholm.php | | | 4 | ++-- |
4 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/system/extensions/install-blog.zip b/system/extensions/install-blog.zip Binary files differ. diff --git a/system/extensions/install-languages.zip b/system/extensions/install-languages.zip Binary files differ. diff --git a/system/extensions/install-wiki.zip b/system/extensions/install-wiki.zip Binary files differ. diff --git a/system/extensions/stockholm.php b/system/extensions/stockholm.php @@ -4,7 +4,7 @@ // This file may be used and distributed under the terms of the public license. class YellowStockholm { - const VERSION = "0.8.7"; + const VERSION = "0.8.8"; const TYPE = "theme"; public $yellow; //access to API @@ -15,7 +15,7 @@ class YellowStockholm { // Handle update public function onUpdate($action) { - $fileName = $this->yellow->system->get("coreSettingDir").$this->yellow->system->get("coreSystemFile"); + $fileName = $this->yellow->system->get("coreSettingDirectory").$this->yellow->system->get("coreSystemFile"); if ($action=="install") { $this->yellow->system->save($fileName, array("theme" => "stockholm")); } elseif ($action=="uninstall" && $this->yellow->system->get("theme")=="stockholm") {