@@ -224,8 +224,7 @@ |
||
224 | 224 | foreach($array as $key=>$value) { |
225 | 225 | if(is_array($value)) { |
226 | 226 | $result = $result + $this->flatten($value, $prefix . $key . '.'); |
227 | - } |
|
228 | - else { |
|
227 | + } else { |
|
229 | 228 | $result[$prefix . $key] = $value; |
230 | 229 | } |
231 | 230 | } |