From e11dcd33b00ceb5dc9bbee20d4c164c90ecbd27c Mon Sep 17 00:00:00 2001 From: denise Date: Fri, 25 May 2012 11:00:10 -0400 Subject: [PATCH] CC-3887: Live Log data will not get deleted if user is not providing support feedback -fixed --- utils/phone_home_stat.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/utils/phone_home_stat.php b/utils/phone_home_stat.php index 23ef83ed2..f720f0dd0 100644 --- a/utils/phone_home_stat.php +++ b/utils/phone_home_stat.php @@ -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';