mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update admin_attach_cp.php
This commit is contained in:
parent
c0769be368
commit
c07a51f886
@ -200,7 +200,7 @@ else if ($delete && sizeof($delete_id_list) > 0)
|
|||||||
// Assign Default Template Vars
|
// Assign Default Template Vars
|
||||||
$template->assign_vars(array(
|
$template->assign_vars(array(
|
||||||
'S_VIEW_SELECT' => $select_view,
|
'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')
|
if ($submit_change && $view == 'attachments')
|
||||||
|
Loading…
Reference in New Issue
Block a user