Added missing base directory to urls
This commit is contained in:
parent
2797809c74
commit
dffe932223
2 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@ class Application_Form_RegisterAirtime extends Zend_Form
|
|||
|
||||
public function init()
|
||||
{
|
||||
$this->setAction('/Showbuilder');
|
||||
$this->setAction(Application_Common_OsPath::getBaseDir().'/Showbuilder');
|
||||
$this->setMethod('post');
|
||||
|
||||
$country_list = Application_Model_Preference::GetCountryList();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue