Index: trunk/extensions/IndexFunction/IndexFunction_body.php |
— | — | @@ -128,7 +128,7 @@ |
129 | 129 | } |
130 | 130 | |
131 | 131 | // Called after parse, updates the index table |
132 | | - static function doIndexes( &$out, &$parseroutput ) { |
| 132 | + static function doIndexes( &$out, $parseroutput ) { |
133 | 133 | global $wgTitle; |
134 | 134 | if ( !isset($parseroutput->mIndexes) ) { |
135 | 135 | return true; |