Changed email address to new "system_error_email" setting on PPLNS Cron

This commit is contained in:
nicoschtein 2013-10-30 16:16:54 -02:00
parent 7e602f2eda
commit 3a85792325

View File

@ -231,7 +231,7 @@ foreach ($aAllBlocks as $iIndex => $aBlock) {
} }
} else { } else {
$aMailData = array( $aMailData = array(
'email' => $setting->getValue('website_email'), 'email' => $setting->getValue('system_error_email'),
'subject' => 'Payout processing aborted', 'subject' => 'Payout processing aborted',
'Error' => 'Potential double payout detected. All payouts halted until fixed!', 'Error' => 'Potential double payout detected. All payouts halted until fixed!',
'BlockID' => $aBlock['id'], 'BlockID' => $aBlock['id'],