aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornikrou <nikrou@piwigo.org>2006-04-21 19:33:58 +0000
committernikrou <nikrou@piwigo.org>2006-04-21 19:33:58 +0000
commit289ae2a4692746a089ca2a5e2a59901d94923c63 (patch)
tree94d6859aea3e73905ba678ab28e2fc5ddc607c62
parent41fdb7095b7d2b1dd74647190ee97b4c458600bf (diff)
remove surnumeral slash
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1234 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--admin/cat_options.php2
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']
)