Last modified: 2008-05-19 17:12:03 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T16163, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 14163 - $wmgExtraImplicitGroups is not correctly merged in $wgImplicitGroups
$wmgExtraImplicitGroups is not correctly merged in $wgImplicitGroups
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
http://noc.wikimedia.org/conf/CommonS...
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-05-17 15:51 UTC by Alexandre Emsenhuber [IAlex]
Modified: 2008-05-19 17:12 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Alexandre Emsenhuber [IAlex] 2008-05-17 15:51:51 UTC
In CommonSettings.php, $wmgExtraImplicitGroups is merged with "$wgImplicitGroups + $wmgExtraImplicitGroups", but these two arrays have numeric keys, and the + operator doesn't work as expected. array_merge( $wgImplicitGroups, $wmgExtraImplicitGroups ) should be used instead.

See for example http://fr.wikipedia.org/wiki/Special:Liste_des_utilisateurs and click on the group select, the autopatrolled group still appears there despite being in $wmgExtraImplicitGroups.
Comment 1 Brion Vibber 2008-05-19 17:12:03 UTC
Thanks, done. :)

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links