Update actions_linkedfiles.inc.php

This commit is contained in:
Laurent Destailleur 2022-10-25 14:39:19 +02:00 committed by GitHub
parent c4444e76c9
commit 1954e5a1ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {