From 7411c28597e2f7a4f19a4892d784318589c93c28 Mon Sep 17 00:00:00 2001 From: Stephen Beaver Date: Fri, 28 Aug 2015 10:09:18 -0400 Subject: Fixed bug #5028 The page was junk as originally converted. It has been re-written to work as required. Links to certificates have yet to be implemented, but that will be added once testing is complete on this version. --- src/etc/inc/auth.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/etc/inc/auth.inc') diff --git a/src/etc/inc/auth.inc b/src/etc/inc/auth.inc index ad98c5c..2e585bf 100644 --- a/src/etc/inc/auth.inc +++ b/src/etc/inc/auth.inc @@ -622,7 +622,7 @@ function local_user_get_groups($user, $all = false) { function local_user_set_groups($user, $new_groups = NULL ) { global $debug, $config, $groupindex; - + if (!is_array($config['system']['group'])) { return; } -- cgit v1.1