Index: trunk/extensions/Translate/ffs/OpenLayers.php |
— | — | @@ -113,7 +113,7 @@ |
114 | 114 | |
115 | 115 | // Generate list of authors for comment. |
116 | 116 | $authors = $collection->getAuthors(); |
117 | | - $authors = $this->filterAuthors( $authors, $collection->code ); |
| 117 | + $authors = $this->filterAuthors( $authors, $collection->code, $this->group->getId() ); |
118 | 118 | $authorList = ''; |
119 | 119 | foreach( $authors as $author ) { |
120 | 120 | $authorList .= " * - $author\n"; |