commit 3d8f28663b0abdb8b9e3c90f4b2d4bd31dcb2921
parent 8e92a0bd2a77c06b2ea780e3498ef83c942235d1
Author: markseu <mark2011@mayberg.se>
Date: Fri, 30 Jun 2017 18:11:35 +0200
Plugins update (summer rain remix)
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/system/plugins/update.php b/system/plugins/update.php
@@ -28,6 +28,7 @@ class YellowUpdate
$update = true;
$fileNameConfig = $this->yellow->config->get("configDir").$this->yellow->config->get("configFile");
$this->yellow->config->update($fileNameConfig, array("startupUpdate" => "none"));
+ $this->yellow->config->setDefault("startupUpdate", "none");
}
if($update)
{