diff --git a/Core/API/SettingsAPI.class.php b/Core/API/SettingsAPI.class.php index 095f5e3..ef577c4 100644 --- a/Core/API/SettingsAPI.class.php +++ b/Core/API/SettingsAPI.class.php @@ -57,7 +57,7 @@ namespace Core\API\Settings { $key = $this->getParam("key"); $sql = $this->context->getSQL(); - $settings = Settings::getAll($sql, $key); + $settings = Settings::getAll($sql, $key, $this->isExternalCall()); if ($settings !== null) { $this->result["settings"] = $settings; } else {