bug fixed: popuhelp (slash)

git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1249 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
nikrou
2006-04-21 21:14:34 +00:00
parent 0fae4fe21d
commit 190f7a160a
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -249,7 +249,7 @@ $template->assign_vars(
),
'U_CHILDREN' => $cat_list_url.'&parent_id='.$category['id'],
'U_HELP' => PHPWG_ROOT_PATH.'/popuphelp.php?page=cat_modify',
'U_HELP' => PHPWG_ROOT_PATH.'popuphelp.php?page=cat_modify',
'F_ACTION' => $form_action,
)