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

This commit is contained in:
nicoschtein 2013-10-30 16:20:45 -02:00
parent 3a85792325
commit 9c33c8314a

View File

@ -125,7 +125,7 @@ foreach ($aAllBlocks as $iIndex => $aBlock) {
} else {
$log->logFatal('Possible double payout detected. Aborted.');
$aMailData = array(
'email' => $setting->getValue('website_email'),
'email' => $setting->getValue('system_error_email'),
'subject' => 'Payout Failure: Double Payout',
'Error' => 'Possible double payout detected',
'BlockID' => $aBlock['id'],