r38800 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r38799‎ | r38800 | r38801 >
Date:19:08, 7 August 2008
Author:yaron
Status:old
Tags:
Comment:
Another bug fix
Modified paths:
  • /trunk/extensions/ReplaceText/SpecialReplaceText.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ReplaceText/SpecialReplaceText.php
@@ -80,7 +80,7 @@
8181 // (since undoing the replacement would be difficult in either case)
8282 if ($replacement_str == '') {
8383 $text = wfMsg('replacetext_blankwarning');
84 - $wgOut->addHTML(displayConfirmForm($text));
 84+ $wgOut->addHTML(ReplaceText::displayConfirmForm($text));
8585 return;
8686 } else {
8787 // get the number of pages in which the replacement string appears

Status & tagging log