Index: trunk/extensions/ReplaceText/SpecialReplaceText.php |
— | — | @@ -80,7 +80,7 @@ |
81 | 81 | // (since undoing the replacement would be difficult in either case) |
82 | 82 | if ($replacement_str == '') { |
83 | 83 | $text = wfMsg('replacetext_blankwarning'); |
84 | | - $wgOut->addHTML(displayConfirmForm($text)); |
| 84 | + $wgOut->addHTML(ReplaceText::displayConfirmForm($text)); |
85 | 85 | return; |
86 | 86 | } else { |
87 | 87 | // get the number of pages in which the replacement string appears |