r102950 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102949‎ | r102950 | r102951 >
Date:08:41, 14 November 2011
Author:catrope
Status:ok
Tags:
Comment:
1.18wmf1: MFT r101149
Modified paths:
  • /branches/wmf/1.18wmf1/extensions/Collection/Collection.body.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/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;

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