r28768 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r28767‎ | r28768 | r28769 >
Date:00:43, 22 December 2007
Author:nikerabbit
Status:old
Tags:
Comment:
* Not supposed to set definition here
Modified paths:
  • /trunk/extensions/Translate/MessageGroups.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/MessageGroups.php
@@ -2073,7 +2073,6 @@
20742074 $this->load( $code );
20752075
20762076 foreach ( $messages->keys() as $key ) {
2077 - $messages[$key]->definition = $this->mcache['en'][$key];
20782077 if ( isset($this->mcache[$code][$key]) ) {
20792078 $messages[$key]->infile = $this->mcache[$code][$key];
20802079 }

Status & tagging log