From ec9fcc0346cc8df8c70c5afaefa332742c3f33fa Mon Sep 17 00:00:00 2001 From: Tom Lake <tswsl1989@sucs.org> Date: Mon, 23 Jan 2012 12:35:10 +0000 Subject: [PATCH] Update admin.lib.php with new gids --- lib/blog/admin.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/blog/admin.lib.php b/lib/blog/admin.lib.php index 8157e44..b3184c8 100644 --- a/lib/blog/admin.lib.php +++ b/lib/blog/admin.lib.php @@ -932,7 +932,7 @@ echo "<p><strong>Because of the large amount of spam and limited use the Blog sy } else { //check the user is a member of the users, staff or societies groups $posixInfo = posix_getpwnam($username); - if ($posixInfo[gid] != 100 && $posixInfo[gid] != 106 && $posixInfo[gid] != 113) { + if ($posixInfo[gid] != 100 && $posixInfo[gid] != 1060 && $posixInfo[gid] != 1130) { $this->error = _("Err, no, you're not really a system user now are you?"); } } -- GitLab