Large commit. Removed 800+ references to no-op wfLoadExtensionMessages()

This commit is contained in:
Chad Horohoe 2010-05-26 22:25:32 +00:00
parent c438835cd8
commit ecdda8f2ff

View file

@ -80,7 +80,6 @@ class PdfHandler extends ImageHandler {
}
protected function doThumbError( $width, $height, $msg ) {
wfLoadExtensionMessages( 'PdfHandler' );
return new MediaTransformError( 'thumbnail_error',
$width, $height, wfMsgForContent( $msg ) );
}