diff --git a/setup.php b/setup.php index 48ae39c..eee5255 100755 --- a/setup.php +++ b/setup.php @@ -44,6 +44,7 @@ function plugin_init_example() { $PLUGIN_HOOKS['submenu_entry']['example']['add'] = 'example.form.php'; $PLUGIN_HOOKS['submenu_entry']['example']["".$LANGEXAMPLE["test"].""] = 'index.php'; $PLUGIN_HOOKS['submenu_entry']['example'][$LANGEXAMPLE["test"]] = 'index.php'; + $PLUGIN_HOOKS['submenu_entry']['example']['config'] = 'index.php'; $PLUGIN_HOOKS["helpdesk_menu_entry"]['example'] = true;