Index: trunk/extensions/IndexFunction/IndexFunction_body.php |
— | — | @@ -182,7 +182,7 @@ |
183 | 183 | } |
184 | 184 | |
185 | 185 | // 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 ) { |
187 | 187 | $t = $article->mTitle; |
188 | 188 | $ns = $t->getNamespace(); |
189 | 189 | $dbkey = $t->getDBkey(); |