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 @@
61
61
'token' => $params['token'],
62
62
'summary' => $summary,
63
63
'notminor' => true,
64
- ), true, array( 'wsEditToken' => $wgRequest->getSessionData( 'wsEditToken' ) ) ), true );
64
+ ), true),
65
+ true );
65
66
66
67
$api->execute();
67
68
Follow-up revisions
Revision
Commit summary
Author
Date
r112848
MFT
r112770
,
r112771
,
r112772
,
r112775
reedy
23:03, 1 March 2012
r113037
MFT
r110703
,
r110933
,
r111011
,
r111218
,
r112520
,
r112524
,
r112660
,
r112687
,
r...
reedy
14:59, 5 March 2012
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r112770
Fix
bug 34838
when a response to Moodbar feedback is posted...
saper
04:14, 1 March 2012
Status & tagging log
14:59, 5 March 2012
Reedy
(
talk
|
contribs
)
changed the
tags
for r112771
[
removed:
1.19]
23:03, 1 March 2012
Reedy
(
talk
|
contribs
)
changed the
tags
for r112771
[
removed:
1.19wmf1]
22:55, 1 March 2012
Reedy
(
talk
|
contribs
)
changed the
tags
for r112771
[
added:
1.19,1.19wmf1]
04:53, 1 March 2012
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r112771
[
removed:
new
added:
ok]