Start removing/fixing calls to deprecated methods in WMF used extensions

This commit is contained in:
Sam Reed 2010-10-29 15:14:44 +00:00
parent 63b645ae99
commit 5752923f1f

View file

@ -28,7 +28,6 @@ class ImageMap {
static function render( $input, $params, $parser ) {
global $wgScriptPath, $wgUrlProtocols, $wgNoFollowLinks;
wfLoadExtensionMessages( 'ImageMap' );
$lines = explode( "\n", $input );