From 589d2be6b8a023cba6fa0e1aa732d6205df2ffc8 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 12 Jun 2008 08:00:02 +0000 Subject: [PATCH] "typo preventing the cal prefs to be displayed" --- calendar/inc/class.calendar_hooks.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/inc/class.calendar_hooks.inc.php b/calendar/inc/class.calendar_hooks.inc.php index fbfde1e158..fd6dffd85b 100644 --- a/calendar/inc/class.calendar_hooks.inc.php +++ b/calendar/inc/class.calendar_hooks.inc.php @@ -121,7 +121,7 @@ class calendar_hooks /** * Entries for calendar's preferences menu */ - static function prefereneces() + static function preferences() { $file = array( 'Preferences' => $GLOBALS['egw']->link('/index.php','menuaction=preferences.uisettings.index&appname=' . $appname),