Revision: 43457
Author: raymond
Date: 2008-11-13 15:06:57 +0000 (Thu, 13 Nov 2008)
Log Message:
-----------
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: trunk/extensions/SlippyMap/SlippyMap.class.php
===================================================================
--- trunk/extensions/SlippyMap/SlippyMap.class.php 2008-11-13 13:48:57 UTC
(rev 43456)
+++ trunk/extensions/SlippyMap/SlippyMap.class.php 2008-11-13 15:06:57 UTC
(rev 43457)
@@ -44,7 +44,7 @@
}
# The callback function for converting the input text to HTML output
- function parse( $input, $argv ) {
+ static function parse( $input, $argv ) {
global $wgMapOfServiceUrl, $wgSlippyMapVersion;
wfLoadExtensionMessages( 'SlippyMap' );
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs