mikuli.cz

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

commit 7849d73797ca840ca6130edca19cc51b4f4f6760
parent eb8366d18def04ad91eabd963c5cd4e02b01d9ec
Author: markseu <mark2011@mayberg.se>
Date:   Thu, 17 Mar 2016 21:33:41 +0100

System update (icon handling)

Diffstat:
Msystem/plugins/commandline.php | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/system/plugins/commandline.php b/system/plugins/commandline.php @@ -5,7 +5,7 @@ // Command line plugin class YellowCommandline { - const Version = "0.6.6"; + const Version = "0.6.7"; var $yellow; //access to API var $files; //number of files var $errors; //number of errors @@ -412,13 +412,13 @@ class YellowCommandline { $locations = array(); $fileNames = $this->yellow->toolbox->getDirectoryEntries( - $this->yellow->config->get("pluginDir"), "/\.(css|js|jpg|png|txt|woff)/", false, false); + $this->yellow->config->get("pluginDir"), "/\.(css|ico|js|jpg|png|txt|woff)/", false, false); foreach($fileNames as $fileName) { array_push($locations, $this->yellow->config->get("pluginLocation").basename($fileName)); } $fileNames = $this->yellow->toolbox->getDirectoryEntries( - $this->yellow->config->get("themeDir"), "/\.(css|js|jpg|png|txt|woff)/", false, false); + $this->yellow->config->get("themeDir"), "/\.(css|ico|js|jpg|png|txt|woff)/", false, false); foreach($fileNames as $fileName) { array_push($locations, $this->yellow->config->get("themeLocation").basename($fileName));