r53253 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53252‎ | r53253 | r53254 >
Date:18:51, 14 July 2009
Author:mrzman
Status:deferred
Tags:
Comment:
Fix bug on PHP 5.3
Modified paths:
  • /trunk/extensions/IndexFunction/IndexFunction_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/IndexFunction/IndexFunction_body.php
@@ -128,7 +128,7 @@
129129 }
130130
131131 // Called after parse, updates the index table
132 - static function doIndexes( &$out, &$parseroutput ) {
 132+ static function doIndexes( &$out, $parseroutput ) {
133133 global $wgTitle;
134134 if ( !isset($parseroutput->mIndexes) ) {
135135 return true;

Status & tagging log