mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Update actions_linkedfiles.inc.php
This commit is contained in:
parent
c4444e76c9
commit
1954e5a1ab
|
|
@ -160,7 +160,7 @@ if ($action == 'confirm_deletefile' && $confirm == 'yes' && !empty($permissionto
|
|||
}
|
||||
|
||||
if (is_object($object) && $object->id > 0) {
|
||||
if (isset($backtopage)) {
|
||||
if (!empty($backtopage)) {
|
||||
header('Location: '.$backtopage);
|
||||
exit;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user