mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #60222 from nextcloud/backport/60160/stable33
[stable33] fix(settings): Fix admin delegation for hidden sections
This commit is contained in:
commit
7ef1abec12
1 changed files with 1 additions and 0 deletions
|
|
@ -328,6 +328,7 @@ class Manager implements IManager {
|
|||
*/
|
||||
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