Fix : bad usage of empty function with GETPOST

This commit is contained in:
jfefe 2015-04-18 19:56:36 +02:00
parent c5d8fa4602
commit bee5af4d9e

View File

@ -2164,7 +2164,7 @@ else
print '</div>'."\n";
//Select mail models is same action as presend
if (!empty(GETPOST('modelselected'))) {
if (GETPOST('modelselected')) {
$action = 'presend';
}
if ($action == 'presend')