Page MenuHomePhabricator
Authored By
Krenair
Jul 15 2015, 10:34 PM
Size
417 B
Referenced Files
None
Subscribers
None
<?php
function groupExists( $group ) {
global $wgGroupPermissions, $wgRevokePermissions,
$wgAddGroups, $wgRemoveGroups,
$wgGroupsAddToSelf, $wgGroupsRemoveFromSelf;
return array_unique( array_merge(
array_filter( $wgGroupPermissions[$group] ),
array_filter( $wgRevokePermissions[$group] ),
$wgAddGroups[$group], $wgRemoveGroups[$grop],
$wgGroupsAddToSelf[$group], $wgGroupsRemoveFromSelf[$group]
) );
}

File Metadata

Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
183934
Default Alt Text
(417 B)

Event Timeline