Skip to content

Commit 873a5f4

Browse files
author
neustadt
committed
consistency
1 parent 9ce9d60 commit 873a5f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Subscriber/Backend/QueryManagerCron.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public function runQueryManagerCron()
108108
fclose($outputBuffer);
109109

110110
$mailRecipient = $this->container->get('config')->getByNamespace('WbmQueryManager', 'mail_address_receiver');
111-
if ($cronJob['mailRecipient']) {
111+
if(!empty($cronJob['mailRecipient'])){
112112
$mailRecipient = $cronJob['mailRecipient'];
113113
}
114114
if(!empty($mailRecipient)){

0 commit comments

Comments
 (0)