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 @@
101101 return array_merge( parent::getPossibleErrors(),
102102 array(
103103 array( 'permissionerror' ),
104 - ),
 104+ )
105105 );
106106 }
107107

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r100186Followup r100165, fixing formatting per CRjohnduhart23:41, 18 October 2011

Status & tagging log