diff options
author | nikrou <nikrou@piwigo.org> | 2006-04-21 20:39:43 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2006-04-21 20:39:43 +0000 |
commit | 5ea322041df8f1d0b61c93f45661ac66f4437f2b (patch) | |
tree | 603533db6f23739d82938d5c63ae3de321376785 | |
parent | e915bd4b6ccac1f2980c5cb12dc196d34eb92b63 (diff) |
bug fixed: U_HELP missing
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1241 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/cat_move.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/cat_move.php b/admin/cat_move.php index ac99b5d1d..9150ca4fa 100644 --- a/admin/cat_move.php +++ b/admin/cat_move.php @@ -74,6 +74,7 @@ $template->set_filenames( $template->assign_vars( array( + 'U_HELP' => PHPWG_ROOT_PATH.'popuphelp.php?page=cat_move', 'F_ACTION' => PHPWG_ROOT_PATH.'admin.php?page=cat_move', ) ); |