Index: trunk/extensions/Collection/Collection.body.php |
— | — | @@ -1130,7 +1130,7 @@ |
1131 | 1131 | // it would be very confusing. |
1132 | 1132 | $html = self::getPortlet(); |
1133 | 1133 | if ( $html ) { |
1134 | | - $bar['COLLECTION'] = $html; |
| 1134 | + $bar[ wfMsg( 'coll-collection' )] = $html; |
1135 | 1135 | } |
1136 | 1136 | } |
1137 | 1137 | return true; |