From 670a6ee170fdbd9a464be28df84bd3bfe7d699d9 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 5 Mar 2007 04:50:08 +0000 Subject: [PATCH] r1430: Move up the loading of the permissions file so that build_assignedto() works --- includes/init.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/includes/init.php b/includes/init.php index e61a4e4..1d4ca7c 100755 --- a/includes/init.php +++ b/includes/init.php @@ -99,6 +99,11 @@ unset($bugsys->datastore['setting']); $bugsys->setAppVersion($bugsys->options['trackerversion']); +// ################################################################### +// load permissions + +require_once('./includes/permissions.php'); + // ################################################################### // load userinfo @@ -157,11 +162,6 @@ $bugsys->load('mail', 'mail', true); $mail->setFromAddress($bugsys->options['webmasteremail']); $mail->setFromName(_('Bugdar Notification')); -// ################################################################### -// load permissions - -require_once('./includes/permissions.php'); - /*=====================================================================*\ || ################################################################### || # $HeadURL$ -- 2.22.5