Index: trunk/extensions/SlippyMap/SlippyMap.class.php |
— | — | @@ -44,7 +44,7 @@ |
45 | 45 | } |
46 | 46 | |
47 | 47 | # The callback function for converting the input text to HTML output |
48 | | - function parse( $input, $argv ) { |
| 48 | + static function parse( $input, $argv ) { |
49 | 49 | global $wgMapOfServiceUrl, $wgSlippyMapVersion; |
50 | 50 | |
51 | 51 | wfLoadExtensionMessages( 'SlippyMap' ); |