浏览代码

Updated core

markseu 7 年之前
父节点
当前提交
5ec34145f2
共有 1 个文件被更改,包括 1 次插入1 次删除
  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