We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8b6196 + 91a00e3 commit 652b548Copy full SHA for 652b548
1 file changed
lib/Service/ConfigService.php
@@ -65,7 +65,7 @@ public function getAll(): array {
65
66
public function get($key) {
67
$result = null;
68
- [$scope, $id] = explode(':', $key, 2);
+ [$scope] = explode(':', $key, 2);
69
switch ($scope) {
70
case 'groupLimit':
71
if (!$this->groupManager->isAdmin($this->userId)) {
0 commit comments