Index: trunk/extensions/Collection/Collection.php |
— | — | @@ -93,7 +93,7 @@ |
94 | 94 | 'rl' => 'PDF', |
95 | 95 | ); |
96 | 96 | |
97 | | -$wgCollectionPortletFormats = array( 'pdf' ); |
| 97 | +$wgCollectionPortletFormats = array( 'rl' ); |
98 | 98 | |
99 | 99 | $wgCollectionPortletForLoggedInUsersOnly = false; |
100 | 100 | |