@@ -124,7 +124,7 @@ |
||
124 | 124 | |
125 | 125 | foreach ($shares['users'] ?? [] as $user => $node) { |
126 | 126 | if (!is_string($user)) { |
127 | - $this->logger->warning('malformed access list: ' . json_encode($shares)); |
|
127 | + $this->logger->warning('malformed access list: '.json_encode($shares)); |
|
128 | 128 | continue; |
129 | 129 | } |
130 | 130 | if (in_array($user, $users) || $this->userManager->get($user) === null) { |