r50698 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r50697‎ | r50698 | r50699 >
Date:16:30, 17 May 2009
Author:nikerabbit
Status:ok
Tags:
Comment:
* Missing setter
Modified paths:
  • /trunk/extensions/Translate/MessageGroups.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/MessageGroups.php
@@ -489,6 +489,9 @@
490490 public function setPotFile( $value ) { $this->potFile = $value; }
491491
492492 protected $codeMap = array();
 493+ public function setCodeMap( $map ) {
 494+ $this->codeMap = $map;
 495+ }
493496
494497 protected $path = '';
495498 public function getPath() { return $this->path; }

Status & tagging log