r74099 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r74098
|
r74099
|
r74100
>
Date:
20:17, 1 October 2010
Author:
reedy
Status:
ok
Tags:
Comment:
Minor followup to
r74095
, remove method as all it does is call it's parent (Thanks to Nikerabbit on IRC)
Remove leading tab from ApiMove
Modified paths:
/trunk/phase3/includes/api/ApiMove.php
(modified) (
history
)
/trunk/phase3/includes/api/ApiUserrights.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/api/ApiMove.php
—
—
@@ -233,7 +233,7 @@
234
234
) );
235
235
}
236
236
237
- public function needsToken() {
237
+ public function needsToken() {
238
238
return true;
239
239
}
240
240
Index: trunk/phase3/includes/api/ApiUserrights.php
—
—
@@ -121,10 +121,6 @@
122
122
return 'Add/remove a user to/from groups';
123
123
}
124
124
125
- public function getPossibleErrors() {
126
- return parent::getPossibleErrors();
127
- }
128
-
129
125
public function needsToken() {
130
126
return true;
131
127
}
Follow-up revisions
Revision
Commit summary
Author
Date
r74217
MFT
r74098
,
r74099
...
reedy
15:53, 3 October 2010
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r74095
Remove error from ApiUserrights getPossibleErrors, it doesn't explicitally th...
reedy
19:37, 1 October 2010
Status & tagging log
20:51, 1 October 2010
Platonides
(
talk
|
contribs
)
changed the
status
of r74099
[
removed:
new
added:
ok]