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:
parent
1873022a13
commit
0cf8526f87
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user