Index: trunk/extensions/Translate/ffs/Simple.php |
— | — | @@ -122,7 +122,7 @@ |
123 | 123 | $this->authors[$code] = array(); |
124 | 124 | } |
125 | 125 | |
126 | | - $this->authors[$code] += $authors; |
| 126 | + $this->authors[$code] = wfArrayMerge($this->authors[$code], $authors); |
127 | 127 | $this->authors[$code] = array_unique($this->authors[$code]); |
128 | 128 | } |
129 | 129 | |