r21660 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r21659‎ | r21660 | r21661 >
Date:16:39, 27 April 2007
Author:tstarling
Status:old
Tags:
Comment:
2nd attempt
Modified paths:
  • /trunk/phase3/includes/MessageCache.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/MessageCache.php
@@ -544,6 +544,7 @@
545545 $type = substr( $entry, 0, 1 );
546546
547547 if ( $type == ' ' ) {
 548+ $message = substr( $entry, 1 );
548549 $this->mCache[$title] = $entry;
549550 return $message;
550551 } elseif ( $entry == '!NONEXISTENT' ) {