Index: trunk/extensions/Collection/Collection.body.php |
— | — | @@ -186,6 +186,7 @@ |
187 | 187 | if ( $collection ) { |
188 | 188 | CollectionSession::startSession(); |
189 | 189 | $_SESSION['wsCollection'] = $collection; |
| 190 | + CollectionSession::enable(); |
190 | 191 | $wgOut->redirect( SkinTemplate::makeSpecialUrl( 'Book' ) ); |
191 | 192 | } |
192 | 193 | return; |