Merge branch 'cc-5709-airtime-analyzer' into cc-5709-airtime-analyzer-saas

Conflicts:
	airtime_mvc/application/configs/conf.php
This commit is contained in:
Albert Santoni 2014-04-22 15:57:08 -04:00
commit 0a4a0d387a
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class Config {
$CC_CONFIG['basePort'] = $values['general']['base_port'];
$CC_CONFIG['phpDir'] = $values['general']['airtime_dir'];
if (isset($values['general']['dev_env'])) {
$CC_CONFIG['dev_env'] == $values['general']['dev_env'];
$CC_CONFIG['dev_env'] = $values['general']['dev_env'];
} else {
$CC_CONFIG['dev_env'] = 'production';
}