Index: branches/resourceloader/phase3/includes/ResourceLoaderModule.php |
— | — | @@ -307,7 +307,7 @@ |
308 | 308 | * @return string Concatenated contents of $files |
309 | 309 | */ |
310 | 310 | protected static function concatFiles( $files ) { |
311 | | - return implode( "\n", array_map( 'file_get_contents', array_unique( $files ) ) ); |
| 311 | + return implode( "\n", array_map( 'file_get_contents', array_unique( (array) $files ) ) ); |
312 | 312 | } |
313 | 313 | |
314 | 314 | } |