[FIX] Woopsie

This commit is contained in:
Neozonz 2014-01-21 08:27:42 -05:00
parent 55598daad5
commit 2840866513

View File

@ -88,7 +88,7 @@ if ($setting->getValue('disable_manual_payouts') != 1) {
$monitoring->endCronjob($cron_name, 'E0065', 1, true);
}
} else {
$log->logFatal('Failed to add new Debit_MP transaction in database for user ' . $user->getUserName($aData['account_id']) . ' ERROR: ' . $transaction->getCronError()););
$log->logFatal('Failed to add new Debit_MP transaction in database for user ' . $user->getUserName($aData['account_id']) . ' ERROR: ' . $transaction->getCronError());
$monitoring->endCronjob($cron_name, 'E0064', 1, true);
}
}