CC-3887: Live Log data will not get deleted if user is not providing support feedback

-fixed
This commit is contained in:
denise 2012-05-25 11:00:10 -04:00
parent f35f561f67
commit e11dcd33b0
1 changed files with 2 additions and 3 deletions

View File

@ -69,10 +69,9 @@ catch (Zend_Console_Getopt_Exception $e) {
exit(1);
}
$infoArray = Application_Model_Preference::GetSystemInfo(true, isset($opts->t));
if(Application_Model_Preference::GetSupportFeedback() == '1'){
$infoArray = Application_Model_Preference::GetSystemInfo(true, isset($opts->t));
$url = 'http://stat.sourcefabric.org/index.php?p=airtime';
//$url = 'http://localhost:9999/index.php?p=airtime';