Index: trunk/phase3/includes/api/ApiQuerySiteinfo.php |
— | — | @@ -335,10 +335,10 @@ |
336 | 336 | } |
337 | 337 | |
338 | 338 | $groupArr = array( |
339 | | - 'add' => &$wgAddGroups, |
340 | | - 'remove' => &$wgRemoveGroups, |
341 | | - 'add-self' => &$wgGroupsAddToSelf, |
342 | | - 'remove-self' => &$wgGroupsRemoveFromSelf |
| 339 | + 'add' => $wgAddGroups, |
| 340 | + 'remove' => $wgRemoveGroups, |
| 341 | + 'add-self' => $wgGroupsAddToSelf, |
| 342 | + 'remove-self' => $wgGroupsRemoveFromSelf |
343 | 343 | ); |
344 | 344 | |
345 | 345 | foreach( $groupArr as $type => $rights ) { |