CC-5895: Upgrade Propel to 1.7

Used composer to download Propel 1.7
The Propel library will no longer be stored in the Airtime repo
This commit is contained in:
drigato 2014-07-23 15:03:51 -04:00
parent 46542d2b2b
commit 72841de714
143 changed files with 114551 additions and 97418 deletions

View file

@ -3,7 +3,7 @@ require_once __DIR__."/configs/conf.php";
$CC_CONFIG = Config::getConfig();
require_once __DIR__."/configs/ACL.php";
require_once 'propel/runtime/lib/Propel.php';
require_once 'propel/vendor/propel/propel1/runtime/lib/Propel.php';
Propel::init(__DIR__."/configs/airtime-conf-production.php");