mirror of
https://github.com/nextcloud/server.git
synced 2026-02-27 03:50:37 -05:00
fix(settings): Put Users delegated settings back into admindelegation section
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
09acd7e308
commit
92b1dda5e2
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ class Users implements IDelegatedSettings {
|
|||
}
|
||||
|
||||
public function getSection(): ?string {
|
||||
return null;
|
||||
return 'admindelegation';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue