commit 5ec34145f2ffe29f60c79e7be0b69a09d784f8a1
parent 3f613ff078818e6867e193ab8494969599762f15
Author: markseu <mark2011@mayberg.se>
Date: Sat, 16 Jun 2018 23:38:48 +0200
Updated core
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/system/plugins/core.php b/system/plugins/core.php
@@ -1922,7 +1922,7 @@ class YellowConfig
// Update configuration in file, TODO: remove later, used for backwards compatibility
function update($fileName, $config)
{
- $this->save($fileName, $config);
+ return $this->save($fileName, $config);
}
// Set default configuration