浏览代码

code corrections

euromark 13 年之前
父节点
当前提交
11f0b60ac4
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      Lib/Utility/Utility.php

+ 1 - 2
Lib/Utility/Utility.php

@@ -272,8 +272,7 @@ class Utility {
 		foreach ($array as $key => $value) {
 			if (is_array($value)) {
 				$result = array_merge($result, self::arrayFlatten($value));
-			}
-			else {
+			} else {
 				$result[$key] = $value;
 			}
 		}