Make export depth > 1 actually work. :) Assuming it doesn't bomb and die using too...
[lhc/web/wiklou.git] / includes / specials / SpecialBlankpage.php
index fdabe49..29d6b96 100644 (file)
@@ -2,5 +2,5 @@
 
 function wfSpecialBlankpage() {
        global $wgOut;
-       $wgOut->addHTML(wfMsg('intentionallyblankpage'));
+       $wgOut->addWikiMsg('intentionallyblankpage');
 }