r43457 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r43456‎ | r43457 | r43458 >
Date:15:06, 13 November 2008
Author:raymond
Status:old
Tags:
Comment:
Fix: Strict Standards: Non-static method SlippyMap::parse() cannot be called statically in F:\xampp\htdocs\wiki2\includes\parser\Parser.php on line 3330
Modified paths:
  • /trunk/extensions/SlippyMap/SlippyMap.class.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SlippyMap/SlippyMap.class.php
@@ -44,7 +44,7 @@
4545 }
4646
4747 # The callback function for converting the input text to HTML output
48 - function parse( $input, $argv ) {
 48+ static function parse( $input, $argv ) {
4949 global $wgMapOfServiceUrl, $wgSlippyMapVersion;
5050
5151 wfLoadExtensionMessages( 'SlippyMap' );

Status & tagging log