2nd attempt
authorTim Starling <tstarling@users.mediawiki.org>
Fri, 27 Apr 2007 16:39:21 +0000 (16:39 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Fri, 27 Apr 2007 16:39:21 +0000 (16:39 +0000)
includes/MessageCache.php

index 45fad81..e2cbf5f 100644 (file)
@@ -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' ) {