Update admin_attach_cp.php

This commit is contained in:
Roman Kelesidis 2023-10-29 10:01:40 +07:00
parent c0769be368
commit c07a51f886

View File

@ -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')