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>2020-03-23 18:45:57 +0300
committerJoas Schilling <coding@schilljs.com>2020-04-22 12:44:40 +0300
commit1cdd85634f4f96ed3f642f3a81507f5e515b49c3 (patch)
treeb16810ef841abcf410ef0754e4be16c9d2d860a7 /lib/Notification
parent1dbcd7bf9946c69e3e3a03c6b255c2d3c4fbb261 (diff)
Move routes to app
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Notification')
-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 79075b47b..53627fd0a 100644
--- a/lib/Notification/Notifier.php
+++ b/lib/Notification/Notifier.php
@@ -158,7 +158,7 @@ class Notifier implements INotifier {
$notification
->setIcon($this->url->getAbsoluteURL($this->url->imagePath('spreed', 'app-dark.svg')))
- ->setLink($this->url->linkToRouteAbsolute('spreed.pagecontroller.showCall', ['token' => $room->getToken()]));
+ ->setLink($this->url->linkToRouteAbsolute('spreed.Page.showCall', ['token' => $room->getToken()]));
$subject = $notification->getSubject();
if ($subject === 'invitation') {