Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
plugins
CiviCRM Network Groups
Commits
0cab2304
Commit
0cab2304
authored
Mar 13, 2019
by
Christian Wach
⚽
Browse files
Re-enable filter bypass for super admins
parent
c959a6b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/civicrm-network-groups-hooks.php
View file @
0cab2304
...
...
@@ -220,7 +220,7 @@ class CiviCRM_Network_Groups_Hooks {
// Network Admins don't get groups filtered by precedence.
if
(
is_super_admin
()
)
{
//
return $civicrm_groups;
return
$civicrm_groups
;
}
// Bail if none.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment