fix stickler

This commit is contained in:
Florian HENRY 2020-12-28 21:32:46 +01:00
parent 806b40662f
commit 1e438b686e
2 changed files with 7 additions and 8 deletions

View File

@ -83,8 +83,7 @@ if ($massaction == 'presend')
if (!GETPOST('cancel', 'alpha')) if (!GETPOST('cancel', 'alpha'))
{ {
foreach ($arrayofselected as $toselectid) foreach ($arrayofselected as $toselectid) {
{
$result = $objecttmp->fetch($toselectid); $result = $objecttmp->fetch($toselectid);
if ($result > 0) if ($result > 0)
{ {