Changed email address to new "system_error_email" setting on PPLNS Cron
This commit is contained in:
parent
7e602f2eda
commit
3a85792325
@ -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'],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user