https://bugzilla.wikimedia.org/show_bug.cgi?id=72145

--- Comment #6 from Nathan Larson <[email protected]> ---
(In reply to Nathan Larson from comment #5)
> One could do, a la SpecialListgrouprights.php,
> 
> $allGroups = array_unique( array_merge(
>       array_keys( $groupPermissions ),
>       array_keys( $revokePermissions ),
>       array_keys( $addGroups ),
>       array_keys( $removeGroups ),
>       array_keys( $groupsAddToSelf ),
>       array_keys( $groupsRemoveFromSelf )
> ) );
> 
> And then array_diff the ones one doesn't want.

Oh wait, maybe one couldn't do that.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to