r113990 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113989‎ | r113990 | r113991 >
Date:01:41, 16 March 2012
Author:reedy
Status:ok
Tags:
Comment:
Modified paths:
  • /branches/REL1_18/extensions/Collection (modified) (history)
  • /branches/REL1_18/extensions/Collection/Collection.body.php (modified) (history)

Diff [purge]

Index: branches/REL1_18/extensions/Collection/Collection.body.php
@@ -862,7 +862,7 @@
863863 'title' => $title->getPrefixedText(),
864864 'text' => $articleText,
865865 'token' => $wgUser->editToken(),
866 - ), true );
 866+ ), true, $_SESSION );
867867 $api = new ApiMain( $req, true );
868868 $api->execute();
869869 return true;
Property changes on: branches/REL1_18/extensions/Collection
___________________________________________________________________
Modified: svn:mergeinfo
870870 Merged /trunk/extensions/Collection:r101149

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r101149fixed bug 31613 (API UsageException when saving a collection to a page)ckepper16:39, 28 October 2011

Status & tagging log