fixing BASEPATH in tickerupdate

This commit is contained in:
Sebastian Grewe 2013-06-20 13:43:02 +02:00
parent 7bcc29c6a8
commit 06d85b1459

View File

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