From 3a8579232533ff4bee958052421adc4baca8270a Mon Sep 17 00:00:00 2001 From: nicoschtein Date: Wed, 30 Oct 2013 16:16:54 -0200 Subject: [PATCH] Changed email address to new "system_error_email" setting on PPLNS Cron --- cronjobs/pplns_payout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cronjobs/pplns_payout.php b/cronjobs/pplns_payout.php index 1fe17879..27c53f36 100755 --- a/cronjobs/pplns_payout.php +++ b/cronjobs/pplns_payout.php @@ -231,7 +231,7 @@ foreach ($aAllBlocks as $iIndex => $aBlock) { } } else { $aMailData = array( - 'email' => $setting->getValue('website_email'), + 'email' => $setting->getValue('system_error_email'), 'subject' => 'Payout processing aborted', 'Error' => 'Potential double payout detected. All payouts halted until fixed!', 'BlockID' => $aBlock['id'],