From 3b3cca558af2003256b5c5fe2496a3327e955c7b Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Sat, 12 Jan 2002 15:39:51 +0000 Subject: [PATCH] Use ntier acl_prefs --- calendar/inc/hook_preferences.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/inc/hook_preferences.inc.php b/calendar/inc/hook_preferences.inc.php index 710c99ee47..f6a98421c9 100644 --- a/calendar/inc/hook_preferences.inc.php +++ b/calendar/inc/hook_preferences.inc.php @@ -19,7 +19,7 @@ 'menuaction' => 'calendar.uipreferences.preferences' ) ), - 'Grant Access' => $GLOBALS['phpgw']->link('/preferences/acl_preferences.php','acl_app='.$appname), + 'Grant Access' => $GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uiaclprefs.index&acl_app='.$appname), 'Edit Categories' => $GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uicategories.index&cats_app='.$appname.'&cats_level=True&global_cats=True') ); //Do not modify below this line