Index: trunk/phase3/includes/MessageCache.php |
— | — | @@ -544,6 +544,7 @@ |
545 | 545 | $type = substr( $entry, 0, 1 ); |
546 | 546 | |
547 | 547 | if ( $type == ' ' ) { |
| 548 | + $message = substr( $entry, 1 ); |
548 | 549 | $this->mCache[$title] = $entry; |
549 | 550 | return $message; |
550 | 551 | } elseif ( $entry == '!NONEXISTENT' ) { |