r57927 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57926‎ | r57927 | r57928 >
Date:22:53, 19 October 2009
Author:siebrand
Status:deferred
Tags:
Comment:
Add missing parameter
Modified paths:
  • /trunk/extensions/Translate/ffs/OpenLayers.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/ffs/OpenLayers.php
@@ -113,7 +113,7 @@
114114
115115 // Generate list of authors for comment.
116116 $authors = $collection->getAuthors();
117 - $authors = $this->filterAuthors( $authors, $collection->code );
 117+ $authors = $this->filterAuthors( $authors, $collection->code, $this->group->getId() );
118118 $authorList = '';
119119 foreach( $authors as $author ) {
120120 $authorList .= " * - $author\n";

Status & tagging log