We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ce9d60 commit 873a5f4Copy full SHA for 873a5f4
Subscriber/Backend/QueryManagerCron.php
@@ -108,7 +108,7 @@ public function runQueryManagerCron()
108
fclose($outputBuffer);
109
110
$mailRecipient = $this->container->get('config')->getByNamespace('WbmQueryManager', 'mail_address_receiver');
111
- if ($cronJob['mailRecipient']) {
+ if(!empty($cronJob['mailRecipient'])){
112
$mailRecipient = $cronJob['mailRecipient'];
113
}
114
if(!empty($mailRecipient)){
0 commit comments