mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
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";
|
||||
|
||||
//Select mail models is same action as presend
|
||||
if (!empty(GETPOST('modelselected'))) {
|
||||
if (GETPOST('modelselected')) {
|
||||
$action = 'presend';
|
||||
}
|
||||
if ($action == 'presend')
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user