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 e5f0c6b61d4..20a15a9b026 100644
--- a/apps/comments/lib/EventHandler.php
+++ b/apps/comments/lib/EventHandler.php
@@ -42,7 +42,7 @@ class EventHandler implements ICommentsEventHandler {
private $notificationListener;
public function __construct(ActivityListener $activityListener, NotificationListener $notificationListener) {
- $this->activityListener = $activityListener;
+ $this->activityListener = $activityListener;
$this->notificationListener = $notificationListener;
}