Browse Source

Updated core

markseu 7 years ago
parent
commit
5ec34145f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      system/plugins/core.php

+ 1 - 1
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