From 5056879c98e340648cd4bfbb1e232e0e6f2587e7 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 17 Jul 2006 01:02:52 +0000 Subject: [PATCH] r894: Forgot to globalize $bugsys in fetch_guest_user() which was causing a severe lack of permissions --- includes/functions.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/functions.php b/includes/functions.php index e01d4e0..7b948b2 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -459,6 +459,8 @@ function fetch_help_link($topic) */ function fetch_guest_user() { + global $bugsys; + return array( 'usergroupid' => 1, 'userid' => 0, -- 2.22.5