mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Merge pull request #60160 from nextcloud/fix/fix-admin-delegation
fix(settings): Fix admin delegation for hidden sections
This commit is contained in:
commit
091a2119db
1 changed files with 1 additions and 0 deletions
|
|
@ -338,6 +338,7 @@ class Manager implements IManager {
|
|||
#[\Override]
|
||||
public function getAdminDelegatedSettings(): array {
|
||||
$sections = $this->getAdminSections();
|
||||
$sections[self::SETTINGS_DELEGATION] = $this->getSections(self::SETTINGS_DELEGATION);
|
||||
$settings = [];
|
||||
foreach ($sections as $sectionPriority) {
|
||||
foreach ($sectionPriority as $section) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue