Browse Source

fix warning

Frédéric FRANCE 4 years ago
parent
commit
11a1cba68a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      htdocs/cron/card.php

+ 1 - 0
htdocs/cron/card.php

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