Users with admin-access-control-permissions RW are no longer able to change superuser permissions.
This commit is contained in:
@@ -688,7 +688,7 @@ class API
|
||||
|
||||
protected function buildDynamicQuery(string $tableName): array
|
||||
{
|
||||
unset($this->baseQuery);
|
||||
$this->baseQuery = '';
|
||||
if (!$this->baseQuery) {
|
||||
$this->baseQuery = "SELECT * FROM " . $tableName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user