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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-02-21 16:29:01 +0300
committerJoas Schilling <coding@schilljs.com>2019-02-21 16:30:20 +0300
commit6edc52c58c8f4149667acfcbf3f2377dc7bfcbb4 (patch)
treec914f219ff4694cc9d0225487d9c8db85e651303 /lib/Notification/Notifier.php
parent6ecbd00d49c1b5da7cc59061c5997c2bac968878 (diff)
Fix unit tests from #1453
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Notification/Notifier.php')
-rw-r--r--lib/Notification/Notifier.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Notification/Notifier.php b/lib/Notification/Notifier.php
index 064bcdeed..ee252b826 100644
--- a/lib/Notification/Notifier.php
+++ b/lib/Notification/Notifier.php
@@ -191,7 +191,7 @@ class Notifier implements INotifier {
throw new \InvalidArgumentException('Unknown comment');
}
- $message = MessageParser::createMessage($room, $participant, $comment, $l);
+ $message = $this->messageParser->createMessage($room, $participant, $comment, $l);
$this->messageParser->parseMessage($message);
if (!$message->getVisibility()) {