r32388 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r32387‎ | r32388 | r32389 >
Date:23:57, 24 March 2008
Author:brion
Status:old
Tags:
Comment:
name hook function to match its call
Modified paths:
  • /trunk/extensions/DidYouMean/DidYouMean.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DidYouMean/DidYouMean.php
@@ -226,7 +226,7 @@
227227 return true;
228228 }
229229
230 -function dymArticleUndelete( &$title, &$create ) {
 230+function wfDymArticleUndelete( &$title, &$create ) {
231231
232232 if ($create == false || $title->getNamespace() != 0)
233233 return true;

Status & tagging log