@@ -44,7 +44,8 @@ |
||
| 44 | 44 | if (array_key_exists($key, $out)) { |
| 45 | 45 | // concat the values |
| 46 | 46 | $out[$key] = $out[$key].$arr[$key]; |
| 47 | - } else { |
|
| 47 | + } |
|
| 48 | + else { |
|
| 48 | 49 | $out[$key] = $arr[$key]; |
| 49 | 50 | } |
| 50 | 51 | } |