r25797 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r25796‎ | r25797 | r25798 >
Date:19:50, 11 September 2007
Author:catrope
Status:old
Tags:
Comment:
Reverting stupidity from r25796, apologizing for own accusations of stupidity.
Modified paths:
  • /trunk/phase3/includes/SpecialUserrights.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialUserrights.php
@@ -326,7 +326,7 @@
327327
328328 foreach ($addergroups as $addergroup) {
329329 $groups = array_merge_recursive(
330 - $groups, $this->changeableByGroup($addergroups)
 330+ $groups, $this->changeableByGroup($addergroup)
331331 );
332332 $groups['add'] = array_unique( $groups['add'] );
333333 $groups['remove'] = array_unique( $groups['remove'] );

Follow-up revisions

RevisionCommit summaryAuthorDate
r25804Merged revisions 25752-25803 via svnmerge from...david02:25, 12 September 2007

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r25796Fixing very stupid typo in Special:Userrights, which allowed all sysops to ad...catrope19:41, 11 September 2007

Status & tagging log