Index: trunk/extensions/Collection/Collection.session.php |
— | — | @@ -46,6 +46,7 @@ |
47 | 47 | 'subtitle' => '', |
48 | 48 | 'items' => array(), |
49 | 49 | ); |
| 50 | + CollectionSuggest::clear(); |
50 | 51 | self::touchSession(); |
51 | 52 | } |
52 | 53 | |
Index: trunk/extensions/Collection/Collection.body.php |
— | — | @@ -136,7 +136,6 @@ |
137 | 137 | return; |
138 | 138 | case 'clear_collection': |
139 | 139 | CollectionSession::clearCollection(); |
140 | | - CollectionSuggest::clear(); |
141 | 140 | $redirect = $wgRequest->getVal( 'return_to' ); |
142 | 141 | $redirectURL = SkinTemplate::makeSpecialUrl( 'Book' ); |
143 | 142 | if ( !empty( $redirect ) ) { |