Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Service/CommentService.php')
-rw-r--r--lib/Service/CommentService.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Service/CommentService.php b/lib/Service/CommentService.php
index f2c6ef56..6c5f89b6 100644
--- a/lib/Service/CommentService.php
+++ b/lib/Service/CommentService.php
@@ -119,7 +119,7 @@ class CommentService {
}
} catch (Exception $e) {
- \OC::$server->getLogger()->alert('Error writing comment for pollId ' . $pollId . ': '. $e);
+ \OC::$server->getLogger()->alert('Error writing comment for pollId ' . $pollId . ': ' . $e);
throw new NotAuthorizedException($e);
}