From: Tim Starling Date: Fri, 27 Apr 2007 16:39:21 +0000 (+0000) Subject: 2nd attempt X-Git-Tag: 1.31.0-rc.0~53196 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=234929d3ba96e6cf3fa3afe66e65dbe83c50c0d3;p=lhc%2Fweb%2Fwiklou.git 2nd attempt --- diff --git a/includes/MessageCache.php b/includes/MessageCache.php index 45fad81263..e2cbf5f61c 100644 --- a/includes/MessageCache.php +++ b/includes/MessageCache.php @@ -544,6 +544,7 @@ class MessageCache { $type = substr( $entry, 0, 1 ); if ( $type == ' ' ) { + $message = substr( $entry, 1 ); $this->mCache[$title] = $entry; return $message; } elseif ( $entry == '!NONEXISTENT' ) {