Revert r33911 for now -- causes fatal error death with OggHandler at least.
[lhc/web/wiklou.git] / includes / media / SVG.php
index c06f889..698e10e 100644 (file)
@@ -92,7 +92,7 @@ class SvgHandler extends ImageHandler {
                return array( 'png', 'image/png' );
        }
 
-       static function getLongDesc( $file ) {
+       function getLongDesc( $file ) {
                global $wgLang;
                return wfMsg( 'svg-long-desc', $file->getWidth(), $file->getHeight(),
                        $wgLang->formatSize( $file->getSize() ) );