Index: branches/REL1_18/extensions/Collection/Collection.body.php |
— | — | @@ -862,7 +862,7 @@ |
863 | 863 | 'title' => $title->getPrefixedText(), |
864 | 864 | 'text' => $articleText, |
865 | 865 | 'token' => $wgUser->editToken(), |
866 | | - ), true ); |
| 866 | + ), true, $_SESSION ); |
867 | 867 | $api = new ApiMain( $req, true ); |
868 | 868 | $api->execute(); |
869 | 869 | return true; |
Property changes on: branches/REL1_18/extensions/Collection |
___________________________________________________________________ |
Modified: svn:mergeinfo |
870 | 870 | Merged /trunk/extensions/Collection:r101149 |