SAAS-157:Automated metrics: gather info about soundcloud usage

-added soundcloud_enabled option
This commit is contained in:
denise 2012-05-04 15:58:07 -04:00
parent 7f18f3b329
commit f50d7c3c03
1 changed files with 2 additions and 2 deletions

View File

@ -398,9 +398,10 @@ class Application_Model_Preference
$systemInfoArray[$key] = $info[1];
}
}
$outputArray = array();
$outputArray['SOUNDCLOUD_ENABLED'] = self::GetUploadToSoundcloudOption();
$outputArray['STATION_NAME'] = self::GetStationName();
$outputArray['PHONE'] = self::GetPhone();
$outputArray['EMAIL'] = self::GetEmail();
@ -409,7 +410,6 @@ class Application_Model_Preference
$outputArray['STATION_CITY'] = self::GetStationCity();
$outputArray['STATION_DESCRIPTION'] = self::GetStationDescription();
// get web server info
if(isset($systemInfoArray["AIRTIME_VERSION_URL"])){
$url = $systemInfoArray["AIRTIME_VERSION_URL"];