r112771 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112770‎ | r112771 | r112772 >
Date:04:36, 1 March 2012
Author:saper
Status:ok
Tags:
Comment:
Followup-To: r112770 DerivativeRequest only takes 3 arguments, not four.
Modified paths:
  • /trunk/extensions/MoodBar/ApiFeedbackDashboardResponse.php (modified) (history)

Diff [purge]

Index: trunk/extensions/MoodBar/ApiFeedbackDashboardResponse.php
@@ -60,7 +60,8 @@
6161 'token' => $params['token'],
6262 'summary' => $summary,
6363 'notminor' => true,
64 - ), true, array( 'wsEditToken' => $wgRequest->getSessionData( 'wsEditToken' ) ) ), true );
 64+ ), true),
 65+ true );
6566
6667 $api->execute();
6768

Follow-up revisions

RevisionCommit summaryAuthorDate
r112848MFT r112770, r112771, r112772, r112775reedy23:03, 1 March 2012
r113037MFT r110703, r110933, r111011, r111218, r112520, r112524, r112660, r112687, r...reedy14:59, 5 March 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r112770Fix bug 34838 when a response to Moodbar feedback is posted...saper04:14, 1 March 2012

Status & tagging log