From ec32b97d642209322bead8b8cd4ee55f2933cad1 Mon Sep 17 00:00:00 2001 From: philipp Date: Sat, 3 Jul 2010 13:57:38 +0000 Subject: [PATCH] Undid commit r559 because the change was done to workaround a PHP bug that is fixed now (http://bugs.php.net/bug.php?id=50394). git-svn-id: http://www.winterrodeln.org/svn/servermediawiki/trunk/extensions/wrmap@573 7aebc617-e5e2-0310-91dc-80fb5f6d2477 --- wrmap.body.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrmap.body.php b/wrmap.body.php index 85129a9..3fa1478 100644 --- a/wrmap.body.php +++ b/wrmap.body.php @@ -60,7 +60,7 @@ class WrGoogleMaps { /// @param $parser Parser - the MW Parser object for the current page /// /// @return string - the html for rendering the map - function render($content, $args, $parser) { + function render($content, $args, &$parser) { ++$this->mapsCount; // Decode data -- 2.30.2