"patch #1769: infolog sidebox menu has wrong link to custom fields

"
This commit is contained in:
Ralf Becker 2008-10-16 05:39:58 +00:00
parent 7c69d01277
commit dd21535a72

View File

@ -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')