From: Domas Mituzas Date: Tue, 1 Jul 2008 20:03:23 +0000 (+0000) Subject: one bug slipped through QA procedures X-Git-Tag: 1.31.0-rc.0~46824 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=a0d0785f8ba0348183e8b4bae2cf58b97c9e173f;p=lhc%2Fweb%2Fwiklou.git one bug slipped through QA procedures --- diff --git a/includes/specials/SpecialBlankpage.php b/includes/specials/SpecialBlankpage.php index 08bf51737d..fdabe49d53 100644 --- a/includes/specials/SpecialBlankpage.php +++ b/includes/specials/SpecialBlankpage.php @@ -2,5 +2,5 @@ function wfSpecialBlankpage() { global $wgOut; - $wgOut->addHTML('intentionallyblankpage'); + $wgOut->addHTML(wfMsg('intentionallyblankpage')); }