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'])) {