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 + core/img/actions/comment.svg | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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; diff --git a/core/img/actions/comment.svg b/core/img/actions/comment.svg index 9cefefd72b5..2e4ee63a88e 100644 --- a/core/img/actions/comment.svg +++ b/core/img/actions/comment.svg @@ -1 +1 @@ - \ No newline at end of file + -- cgit v1.2.3