From dd21535a7246401605a4b439e5493e9a30c6ceb4 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 16 Oct 2008 05:39:58 +0000 Subject: [PATCH] "patch #1769: infolog sidebox menu has wrong link to custom fields " --- infolog/inc/class.infolog_hooks.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infolog/inc/class.infolog_hooks.inc.php b/infolog/inc/class.infolog_hooks.inc.php index 10ba1f651e..43b6c6198f 100644 --- a/infolog/inc/class.infolog_hooks.inc.php +++ b/infolog/inc/class.infolog_hooks.inc.php @@ -96,7 +96,7 @@ class infolog_hooks 'appname' => $appname, 'global_cats'=> True)), 'Custom fields, typ and status' => $GLOBALS['egw']->link('/index.php',array( - 'menuaction' => 'infolog_customfields.edit')), + 'menuaction' => 'infolog.infolog_customfields.edit')), 'CSV-Import' => $GLOBALS['egw']->link('/infolog/csv_import.php') ); if ($location == 'admin')