diff options
Diffstat (limited to '')
-rw-r--r-- | admin/group_list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/group_list.php b/admin/group_list.php index 91ecb3dd0..d79b3aa9a 100644 --- a/admin/group_list.php +++ b/admin/group_list.php @@ -159,7 +159,7 @@ $template->set_filenames(array('group_list' => 'group_list.tpl')); $template->assign( array( 'F_ADD_ACTION' => get_root_url().'admin.php?page=group_list', - 'U_HELP' => get_root_url().'popuphelp.php?page=group_list', + 'U_HELP' => get_root_url().'admin/popuphelp.php?page=group_list', 'PWG_TOKEN' => get_pwg_token(), ) ); |