diff --git a/calendar/inc/hook_preferences.inc.php b/calendar/inc/hook_preferences.inc.php index 84d8a728b0..74b6ce9521 100644 --- a/calendar/inc/hook_preferences.inc.php +++ b/calendar/inc/hook_preferences.inc.php @@ -14,7 +14,7 @@ // Only Modify the $file and $title variables..... $title = $appname; $file = Array( - 'Calendar preferences' => $phpgw->link('/calendar/preferences.php'), + 'Calendar preferences' => $phpgw->link('/index.php','menuaction=calendar.uicalendar.preferences'), 'Grant Access' => $phpgw->link('/preferences/acl_preferences.php','acl_app='.$appname), 'Edit Categories' => $phpgw->link('/preferences/categories.php','cats_app='.$appname.'&global_cats=True') );