Index: trunk/extensions/Translate/ffs/OpenLayers.php |
— | — | @@ -113,6 +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 | 118 | $authorList = ''; |
118 | 119 | foreach( $authors as $author ) { |
119 | 120 | $authorList .= " * - $author\n"; |