From: Tim Starling Date: Tue, 26 Jun 2007 14:52:51 +0000 (+0000) Subject: load all messages X-Git-Tag: 1.31.0-rc.0~52389 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=50f2997e32e51fd96a9f46333b332cb7a0beb84d;p=lhc%2Fweb%2Fwiklou.git load all messages --- diff --git a/includes/SpecialSpecialpages.php b/includes/SpecialSpecialpages.php index bb20235821..8a3c97c3a1 100644 --- a/includes/SpecialSpecialpages.php +++ b/includes/SpecialSpecialpages.php @@ -10,6 +10,8 @@ function wfSpecialSpecialpages() { global $wgOut, $wgUser; + MessageCache::loadAllMessages(); + $wgOut->setRobotpolicy( 'index,nofollow' ); $sk = $wgUser->getSkin();