[FIX] Wrong method call in tickerupdate

This commit is contained in:
Sebastian Grewe 2014-02-18 19:00:16 +01:00
parent 900e3751d7
commit dbbd57c761

View File

@ -43,7 +43,7 @@ if ($price = $tools->getPrice()) {
$status = 'ERROR';
}
} else {
$message = 'Failed to fetch price from API: ' . $price->getCronError();
$message = 'Failed to fetch price from API: ' . $tools->getCronError();
$status = 'ERROR';
}
$log->logInfo(sprintf($strLogMask, 'Price Update', $price, number_format(microtime(true) - $start, 3), $status, $message));