CC-4878"Send support feedback" button at initial login tries to load "http://showbuilder" and was missing the local host IP.

-fixed
This commit is contained in:
denise 2013-01-25 11:51:56 -05:00
parent 1873022a13
commit 0cf8526f87
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ class Application_Form_RegisterAirtime extends Zend_Form
public function init()
{
$this->setAction(Application_Common_OsPath::getBaseDir().'/Showbuilder');
$this->setAction(Application_Common_OsPath::getBaseDir().'Showbuilder');
$this->setMethod('post');
$country_list = Application_Model_Preference::GetCountryList();