mikuli.cz

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

commit 480cac412f71ecb3dfebb4ec8f7e4e487d9824f4
parent eac0b17f6c56bc24d739136c782f0642e721435a
Author: markseu <mark2011@mayberg.se>
Date:   Mon, 12 Oct 2020 11:54:39 +0200

Updated core, fix for error on Windows

Diffstat:
Msystem/extensions/core.php | 4++--
Msystem/extensions/update-current.ini | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/system/extensions/core.php b/system/extensions/core.php @@ -3,7 +3,7 @@ class YellowCore { const VERSION = "0.8.21"; - const RELEASE = "0.8.16"; + const RELEASE = "0.8.17"; public $page; // current page public $content; // content files public $media; // media files @@ -98,7 +98,7 @@ class YellowCore { public function load() { $this->system->load($this->system->get("coreSettingDirectory").$this->system->get("coreSystemFile")); $this->user->load($this->system->get("coreSettingDirectory").$this->system->get("coreUserFile")); - $this->language->load($this->system->get("coreExtensionDirectory").".*\.txt"); + $this->language->load($this->system->get("coreExtensionDirectory")."(.*).txt"); $this->language->load($this->system->get("coreSettingDirectory").$this->system->get("coreLanguageFile")); $this->extension->load($this->system->get("coreExtensionDirectory")); $this->lookup->detectFileSystem(); diff --git a/system/extensions/update-current.ini b/system/extensions/update-current.ini @@ -25,7 +25,7 @@ Version: 0.8.21 Description: Core functionality of the website. HelpUrl: https://github.com/datenstrom/yellow-extensions/tree/master/source/core DownloadUrl: https://github.com/datenstrom/yellow-extensions/raw/master/zip/core.zip -Published: 2020-10-07 11:26:53 +Published: 2020-10-12 11:49:56 Developer: Datenstrom Tag: feature system/extensions/core.php: core.php, create, update