v2.4.4: DatabaseEntity migration and bugfixes
This commit is contained in:
@@ -63,7 +63,6 @@ namespace Core\API\Settings {
|
||||
public function _execute(): bool {
|
||||
$key = $this->getParam("key");
|
||||
$sql = $this->context->getSQL();
|
||||
$siteSettings = $this->context->getSettings();
|
||||
|
||||
$settings = Settings::getAll($sql, $key, $this->isExternalCall());
|
||||
if ($settings !== null) {
|
||||
|
||||
Reference in New Issue
Block a user