diff options
-rw-r--r-- | admin/cat_options.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/cat_options.php b/admin/cat_options.php index 8aaf4ad14..8a73948d4 100644 --- a/admin/cat_options.php +++ b/admin/cat_options.php @@ -157,7 +157,7 @@ $template->assign_vars( 'L_SUBMIT'=>$lang['submit'], 'L_RESET'=>$lang['reset'], - 'U_HELP' => PHPWG_ROOT_PATH.'/popuphelp.php?page=cat_options', + 'U_HELP' => PHPWG_ROOT_PATH.'popuphelp.php?page=cat_options', 'F_ACTION'=>$base_url.$page['section'] ) |