Undoing make API on by default for now. This needs to be done in the db
This commit is contained in:
parent
66b97158b7
commit
3c797c044a
|
@ -443,7 +443,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 ) ? "1" : $val;
|
return (strlen($val) == 0 ) ? "0" : $val;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function SetPhone($phone)
|
public static function SetPhone($phone)
|
||||||
|
|
Loading…
Reference in New Issue