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