r100188 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r100187
|
r100188
|
r100189
>
Date:
23:48, 18 October 2011
Author:
johnduhart
Status:
ok
Tags:
Comment:
Follow up
r100186
: Removing mistakenly placed comma
Modified paths:
/trunk/extensions/CheckUser/api/ApiQueryCheckUserLog.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/CheckUser/api/ApiQueryCheckUserLog.php
—
—
@@ -100,7 +100,7 @@
101
101
return array_merge( parent::getPossibleErrors(),
102
102
array(
103
103
array( 'permissionerror' ),
104
- ),
104
+ )
105
105
);
106
106
}
107
107
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r100186
Followup
r100165
, fixing formatting per CR
johnduhart
23:41, 18 October 2011
Status & tagging log
22:41, 20 October 2011
Platonides
(
talk
|
contribs
)
changed the
status
of r100188
[
removed:
new
added:
ok]