Make API on by default
This commit is contained in:
parent
e5e350dfe4
commit
28399b70cc
|
@ -91,6 +91,7 @@ class Application_Form_GeneralPreferences extends Zend_Form_SubForm
|
||||||
_("Enabled")));
|
_("Enabled")));
|
||||||
$third_party_api->setValue(Application_Model_Preference::GetAllow3rdPartyApi());
|
$third_party_api->setValue(Application_Model_Preference::GetAllow3rdPartyApi());
|
||||||
$third_party_api->setDecorators(array('ViewHelper'));
|
$third_party_api->setDecorators(array('ViewHelper'));
|
||||||
|
$third_party_api->setValue(true);
|
||||||
$this->addElement($third_party_api);
|
$this->addElement($third_party_api);
|
||||||
|
|
||||||
$locale = new Zend_Form_Element_Select("locale");
|
$locale = new Zend_Form_Element_Select("locale");
|
||||||
|
|
Loading…
Reference in New Issue