CC-3605 : Create 2.1 upgrades

This commit is contained in:
Naomi Aro 2012-04-11 18:35:55 +02:00
parent d76dea2187
commit d4e0410b0e
1 changed files with 1 additions and 1 deletions
install_minimal/upgrades/airtime-2.1.0

View File

@ -36,7 +36,7 @@ class AirtimeDatabaseUpgrade{
//Propel classes.
set_include_path(APPLICATION_PATH . '/models' . PATH_SEPARATOR . get_include_path());
include_once APPLICATION_PATH."/configs/conf.php";
//include_once APPLICATION_PATH."/configs/conf.php";
include_once 'propel/runtime/lib/Propel.php';
Propel::init(APPLICATION_PATH."/configs/airtime-conf-production.php");