Index: trunk/extensions/TimedMediaHandler/WebVideoTranscode/WebVideoTranscode.php |
— | — | @@ -214,7 +214,7 @@ |
215 | 215 | { |
216 | 216 | // Commons does not yet have TimedMediaHandler. |
217 | 217 | // Use the normal file repo system single source: |
218 | | - return array( self::getPrimarySourceAttributes( $file, $dataPrefix ) ); |
| 218 | + return array( self::getPrimarySourceAttributes( $file, array( $dataPrefix ) ) ); |
219 | 219 | } |
220 | 220 | $sources = array(); |
221 | 221 | // Generate the source list from the data response: |