r53254 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53253‎ | r53254 | r53255 >
Date:19:31, 14 July 2009
Author:mrzman
Status:deferred
Tags:
Comment:
fix another PHP 5.3 bug from incorrect hook documentation
Modified paths:
  • /trunk/extensions/IndexFunction/IndexFunction_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/IndexFunction/IndexFunction_body.php
@@ -182,7 +182,7 @@
183183 }
184184
185185 // When creating an article, delete its title from the index table
186 - static function onCreate( &$article, &$user, &$text, &$summary, &$minoredit, &$watchthis, &$sectionanchor, &$flags, &$revision ) {
 186+ static function onCreate( &$article, &$user, $text, $summary, $minoredit, $watchthis, $sectionanchor, &$flags, $revision ) {
187187 $t = $article->mTitle;
188188 $ns = $t->getNamespace();
189189 $dbkey = $t->getDBkey();

Status & tagging log