diff --git a/lib/Service/ConfigService.php b/lib/Service/ConfigService.php index 20e0e2e89..0dde5487d 100644 --- a/lib/Service/ConfigService.php +++ b/lib/Service/ConfigService.php @@ -91,7 +91,7 @@ class ConfigService { public function set($key, $value) { $result = null; - [$scope, $id] = explode(':', $key, 2); + [$scope] = explode(':', $key, 2); switch ($scope) { case 'groupLimit': if (!$this->groupManager->isAdmin($this->userId)) {