Default the Public Airtime API to being on

This commit is contained in:
Albert Santoni 2015-06-10 17:55:04 -04:00
parent 890f30590c
commit 0f3b68eed7

View file

@ -408,7 +408,7 @@ class Application_Model_Preference
public static function GetAllow3rdPartyApi() public static function GetAllow3rdPartyApi()
{ {
$val = self::getValue("third_party_api"); $val = self::getValue("third_party_api");
return (strlen($val) == 0 ) ? "0" : $val; return (strlen($val) == 0 ) ? "1" : $val;
} }
public static function SetPhone($phone) public static function SetPhone($phone)