Fix : bad usage of empty function with GETPOST
This commit is contained in:
parent
c5d8fa4602
commit
bee5af4d9e
@ -2164,7 +2164,7 @@ else
|
|||||||
print '</div>'."\n";
|
print '</div>'."\n";
|
||||||
|
|
||||||
//Select mail models is same action as presend
|
//Select mail models is same action as presend
|
||||||
if (!empty(GETPOST('modelselected'))) {
|
if (GETPOST('modelselected')) {
|
||||||
$action = 'presend';
|
$action = 'presend';
|
||||||
}
|
}
|
||||||
if ($action == 'presend')
|
if ($action == 'presend')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user