r50039 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r50038‎ | r50039 | r50040 >
Date:12:00, 29 April 2009
Author:grondin
Status:deferred
Tags:
Comment:
=Fixing syntax error
Modified paths:
  • /trunk/extensions/DidYouMean/DidYouMean.hooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DidYouMean/DidYouMean.hooks.php
@@ -162,7 +162,7 @@
163163 DidYouMean::doDelete( $article->getID() );
164164 } else {
165165 if (!empty( $wgParser->mDymRedirBeforeEdit ) || $flags & EDIT_NEW)
166 - DidYouMean:doInsert( $article->getID(), $article->getTitle()->getText() );
 166+ DidYouMean::doInsert( $article->getID(), $article->getTitle()->getText() );
167167 }
168168
169169 $wgParser->mDymRedirBeforeEdit = false;
@@ -191,4 +191,4 @@
192192 $tables[] = 'dymnorm';
193193 return true;
194194 }
195 -}
\ No newline at end of file
 195+}

Status & tagging log