summaryrefslogtreecommitdiffstats
path: root/apps/comments/lib/EventHandler.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/comments/lib/EventHandler.php')
-rw-r--r--apps/comments/lib/EventHandler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/comments/lib/EventHandler.php b/apps/comments/lib/EventHandler.php
index 62202cc8501..4364550a222 100644
--- a/apps/comments/lib/EventHandler.php
+++ b/apps/comments/lib/EventHandler.php
@@ -55,7 +55,7 @@ class EventHandler implements ICommentsEventHandler {
}
$eventType = $event->getEvent();
- if( $eventType === CommentsEvent::EVENT_ADD
+ if($eventType === CommentsEvent::EVENT_ADD
) {
$this->notificationHandler($event);
$this->activityHandler($event);