CC-5895: Upgrade Propel to 1.7

Update install scripts with new propel library path
This commit is contained in:
drigato 2014-07-23 15:18:46 -04:00
parent 72841de714
commit 9c2a086487
3 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,7 @@ if ($iniExists) {
//reinstall, Will ask if we should rewrite config files.
require_once(AirtimeInstall::GetAirtimeSrcDir().'/application/configs/conf.php');
$CC_CONFIG = Config::getConfig();
require_once 'propel/runtime/lib/Propel.php';
require_once 'propel/vendor/propel/propel1/runtime/lib/Propel.php';
Propel::init(AirtimeInstall::GetAirtimeSrcDir()."/application/configs/airtime-conf-production.php");
$version = AirtimeInstall::GetVersionInstalled();
$newInstall = is_null($version);