api call on call
This commit is contained in:
@@ -615,6 +615,7 @@ wrenchboard=#
|
|||||||
|
|
||||||
protected function getSettings($settingkey, $defaultVal=''){
|
protected function getSettings($settingkey, $defaultVal=''){
|
||||||
$out=[];
|
$out=[];
|
||||||
|
$in=[];
|
||||||
$endpoint = "SETTINGS";
|
$endpoint = "SETTINGS";
|
||||||
$out = $this->getCache($endpoint);
|
$out = $this->getCache($endpoint);
|
||||||
if (!is_array($out) || count($out)==0 ) {
|
if (!is_array($out) || count($out)==0 ) {
|
||||||
|
|||||||
Reference in New Issue
Block a user