Make API on by default

This commit is contained in:
drigato 2014-09-19 14:57:43 -04:00
parent e5e350dfe4
commit 28399b70cc
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ class Application_Form_GeneralPreferences extends Zend_Form_SubForm
_("Enabled")));
$third_party_api->setValue(Application_Model_Preference::GetAllow3rdPartyApi());
$third_party_api->setDecorators(array('ViewHelper'));
$third_party_api->setValue(true);
$this->addElement($third_party_api);
$locale = new Zend_Form_Element_Select("locale");