From bfecdd4422f91dd931f6c79956dde23b58deeb74 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 22 Nov 2016 14:29:50 +0100 Subject: Use the comment icon for the notifications Signed-off-by: Joas Schilling --- apps/comments/lib/Notification/Notifier.php | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/comments/lib/Notification') diff --git a/apps/comments/lib/Notification/Notifier.php b/apps/comments/lib/Notification/Notifier.php index 15a3a1eab76..170538512d8 100644 --- a/apps/comments/lib/Notification/Notifier.php +++ b/apps/comments/lib/Notification/Notifier.php @@ -139,6 +139,7 @@ class Notifier implements INotifier { ] ); } + $notification->setIcon($this->url->getAbsoluteURL($this->url->imagePath('core', 'actions/comment.svg'))); return $notification; break; -- cgit v1.2.3