diff --git a/admin/admin_attach_cp.php b/admin/admin_attach_cp.php index a6b7499d..9352e383 100644 --- a/admin/admin_attach_cp.php +++ b/admin/admin_attach_cp.php @@ -200,7 +200,7 @@ else if ($delete && sizeof($delete_id_list) > 0) // Assign Default Template Vars $template->assign_vars(array( 'S_VIEW_SELECT' => $select_view, - 'S_MODE_ACTION' => 'admin_attach_cp.php', + 'S_MODE_ACTION' => 'admin_attach_cp.php?view=' . $view . '&mode=' . $mode . '&order=' . $sort_order . '&uid=' . $uid, )); if ($submit_change && $view == 'attachments')