Index: trunk/extensions/Collection/Collection.php |
— | — | @@ -53,7 +53,7 @@ |
54 | 54 | |
55 | 55 | /** if not null, treat this string as hierarchy delimiter in page titles, |
56 | 56 | * i.e. support subpages */ |
57 | | -$wgCollectionHierarcyDelimiter = null; |
| 57 | +$wgCollectionHierarchyDelimiter = null; |
58 | 58 | |
59 | 59 | /** Array of namespaces that can be added to a collection */ |
60 | 60 | $wgCollectionArticleNamespaces = array( |
Index: trunk/extensions/Collection/README.txt |
— | — | @@ -129,7 +129,7 @@ |
130 | 130 | displayed as "Download as XYZ" links in the "Print/export" portlet. |
131 | 131 | The default value is:: |
132 | 132 | |
133 | | - array( 'pdf' ); |
| 133 | + array( 'rl' ); |
134 | 134 | |
135 | 135 | i.e. there's one link "Download as PDF". |
136 | 136 | |