r68158 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r68157‎ | r68158 | r68159 >
Date:08:15, 17 June 2010
Author:reedy
Status:ok
Tags:
Comment:
Rem whitespace, function comment for r68158
Modified paths:
  • /trunk/phase3/includes/api/ApiQueryUsers.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQueryUsers.php
@@ -220,6 +220,10 @@
221221 return $this->getResult()->setIndexedTagName_internal( array( 'query', $this->getModuleName() ), 'user' );
222222 }
223223
 224+ /**
 225+ * Gets all the groups that a user is automatically a member of
 226+ * @return array
 227+ */
224228 public static function getAutoGroups( $user ) {
225229 $autolist = array();
226230 $autolist[] = "*";
@@ -228,7 +232,7 @@
229233 foreach( Autopromote::getAutopromoteGroups( $user ) as $group ) {
230234 $autolist[] = $group;
231235 }
232 -
 236+
233237 return $autolist;
234238 }
235239

Status & tagging log