Index: trunk/extensions/Collection/Collection.body.php |
— | — | @@ -214,6 +214,8 @@ |
215 | 215 | global $wgScriptPath; |
216 | 216 | global $wgOut; |
217 | 217 | |
| 218 | + self::startSession(); |
| 219 | + |
218 | 220 | $this->setHeaders(); |
219 | 221 | $wgOut->addInlineScript( "var wgCollectionVersion = \"$wgCollectionVersion\";" ); |
220 | 222 | $wgOut->addScript( "<script type=\"$wgJsMimeType\" src=\"$wgScriptPath/extensions/Collection/collection/jquery.js?$wgCollectionStyleVersion\"></script>" ); |
— | — | @@ -962,7 +964,7 @@ |
963 | 965 | 'href' => SkinTemplate::makeSpecialUrlSubpage( |
964 | 966 | 'Collection', |
965 | 967 | 'render_article/', |
966 | | - $params . '&writer=' . $writer ), |
| 968 | + $params . '&writer=rl' ), |
967 | 969 | 'text' => wfMsg( 'coll-printable_version_pdf' ) |
968 | 970 | ); |
969 | 971 | } |