mirror of
https://github.com/nextcloud/server.git
synced 2026-03-30 06:14:09 -04:00
chore(admin-delegation): remove unused settings variable
Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
This commit is contained in:
parent
51a9df8e83
commit
d2394fcda6
1 changed files with 0 additions and 1 deletions
|
|
@ -37,7 +37,6 @@ class Show extends Base {
|
|||
$io->title('Current delegations');
|
||||
|
||||
$sections = $this->settingManager->getAdminSections();
|
||||
$settings = [];
|
||||
$headers = ['Name', 'SettingId', 'Delegated to groups'];
|
||||
foreach ($sections as $sectionPriority) {
|
||||
foreach ($sectionPriority as $section) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue