Index: trunk/extensions/OggHandler/OggHandler_body.php |
— | — | @@ -259,7 +259,7 @@ |
260 | 260 | return new OggVideoDisplay( $file, $file->getURL(), $dstUrl, $width, $height, $length, $dstPath ); |
261 | 261 | } |
262 | 262 | |
263 | | - function canRender() { return true; } |
| 263 | + function canRender( $file ) { return true; } |
264 | 264 | function mustRender( $file ) { return true; } |
265 | 265 | |
266 | 266 | /* |