Index: trunk/extensions/ImageMap/ImageMap_body.php |
— | — | @@ -27,7 +27,7 @@ |
28 | 28 | const NONE = 4; |
29 | 29 | |
30 | 30 | static function render( $input, $params, $parser ) { |
31 | | - global $wgScriptPath, $wgUser, $wgUrlProtocols, $wgNoFollowLinks; |
| 31 | + global $wgScriptPath, $wgUser, $wgUrlProtocols, $wgNoFollowLinks, $wgAllowExternalImages; |
32 | 32 | wfLoadExtensionMessages( 'ImageMap' ); |
33 | 33 | |
34 | 34 | $lines = explode( "\n", $input ); |