We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d051c8 + aacccd0 commit 82e1a7cCopy full SHA for 82e1a7c
1 file changed
lib/Service/ConfigService.php
@@ -91,7 +91,7 @@ public function isCalendarEnabled(int $boardId = null): bool {
91
92
public function set($key, $value) {
93
$result = null;
94
- [$scope, $id] = explode(':', $key, 2);
+ [$scope] = explode(':', $key, 2);
95
switch ($scope) {
96
case 'groupLimit':
97
if (!$this->groupManager->isAdmin($this->userId)) {
0 commit comments