Index: trunk/phase3/includes/MessageCache.php |
— | — | @@ -635,7 +635,7 @@ |
636 | 636 | $message = $revision->getText(); |
637 | 637 | if ($this->mUseCache) { |
638 | 638 | $this->mCache[$code][$title] = ' ' . $message; |
639 | | - $this->mMemc->set( $titleKey, $message, $this->mExpiry ); |
| 639 | + $this->mMemc->set( $titleKey, ' ' . $message, $this->mExpiry ); |
640 | 640 | } |
641 | 641 | } else { |
642 | 642 | # Negative caching |