Fix phpcs
This commit is contained in:
parent
2f7e9aa363
commit
700acbeefb
@ -392,10 +392,10 @@ if (! $error && $massaction == 'confirm_presend')
|
||||
|
||||
$parameters=array('mode'=>'formemail');
|
||||
|
||||
if ( ! empty( $listofobjectthirdparties ) ) {
|
||||
if (! empty($listofobjectthirdparties)) {
|
||||
$parameters['listofobjectthirdparties'] = $listofobjectthirdparties;
|
||||
}
|
||||
if ( ! empty( $listofobjectref ) ) {
|
||||
if (! empty($listofobjectref)) {
|
||||
$parameters['listofobjectref'] = $listofobjectref;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user