Merge pull request #222 from TheSerapher/issue-217

fixing BASEPATH in tickerupdate
This commit is contained in:
Sebastian Grewe 2013-06-20 04:43:58 -07:00
commit 8ad869e841

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