Merge pull request #17951 from frederic34/patch-7

fix warning
This commit is contained in:
Laurent Destailleur 2021-06-16 14:32:36 +02:00 committed by GitHub
commit 3020cce9ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -284,6 +284,7 @@ if ($conf->use_javascript_ajax) {
print '</script>'."\n";
}
$formconfirm = '';
if ($action == 'delete') {
$formconfirm = $form->formconfirm($_SERVER['PHP_SELF']."?id=".$object->id, $langs->trans("CronDelete"), $langs->trans("CronConfirmDelete"), "confirm_delete", '', '', 1);