From f5da2110ef9d3c8567905762d85aeb3d2d07b454 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Fri, 31 May 2013 12:15:16 +0200 Subject: [PATCH] fixing/removing typo in tickerupdate cron --- cronjobs/tickerupdate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cronjobs/tickerupdate.php b/cronjobs/tickerupdate.php index 0d11e4eb..7850ade9 100755 --- a/cronjobs/tickerupdate.php +++ b/cronjobs/tickerupdate.php @@ -25,7 +25,7 @@ require_once('shared.inc.php'); // Include additional file not set in autoloader require_once(BASEPATH . CLASS_DIR . '/tools.class.php'); -verbose("Running ticket updates\n"); +verbose("Running updates\n"); if ($aData = $tools->getApi($config['price']['url'], $config['price']['target'])) { if (!$setting->setValue('price', $aData['ticker']['last'])) verbose("ERR Table update failed");