New hook getOtherBlockLogLink, called in Special:IPBlockList to show links to block...
[lhc/web/wiklou.git] / includes / media / SVG.php
index c7ca213..f0519e8 100644 (file)
@@ -112,7 +112,7 @@ class SvgHandler extends ImageHandler {
                return array( 'png', 'image/png' );
        }
 
-       static function getLongDescription( $file ) {
+       function getLongDesc( $file ) {
                global $wgLang;
                return wfMsgExt( 'svg-long-desc', 'parseinline',
                        $wgLang->formatNum( $file->getWidth() ),