From 06d85b1459608be29dc0c9ddb383e8b209a1111e Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Thu, 20 Jun 2013 13:43:02 +0200 Subject: [PATCH] fixing BASEPATH in tickerupdate --- cronjobs/tickerupdate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cronjobs/tickerupdate.php b/cronjobs/tickerupdate.php index 7850ade9..d3778575 100755 --- a/cronjobs/tickerupdate.php +++ b/cronjobs/tickerupdate.php @@ -23,7 +23,7 @@ limitations under the License. require_once('shared.inc.php'); // Include additional file not set in autoloader -require_once(BASEPATH . CLASS_DIR . '/tools.class.php'); +require_once(CLASS_DIR . '/tools.class.php'); verbose("Running updates\n"); if ($aData = $tools->getApi($config['price']['url'], $config['price']['target'])) {