Loading lib/Service/UserService.php +1 −0 Original line number Diff line number Diff line Loading @@ -619,6 +619,7 @@ class UserService { try { $currentFolder = $this->appData->getFolder($foldername); } catch (NotFoundException $e) { $this->logger->error('Folder '.$foldername.' not found!'); $currentFolder = $this->appData->newFolder($foldername); } $filename = self::BLACKLISTED_DOMAINS_FILE_NAME; Loading Loading
lib/Service/UserService.php +1 −0 Original line number Diff line number Diff line Loading @@ -619,6 +619,7 @@ class UserService { try { $currentFolder = $this->appData->getFolder($foldername); } catch (NotFoundException $e) { $this->logger->error('Folder '.$foldername.' not found!'); $currentFolder = $this->appData->newFolder($foldername); } $filename = self::BLACKLISTED_DOMAINS_FILE_NAME; Loading