diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/comments/lib/Notification/Notifier.php | 1 |
1 files changed, 1 insertions, 0 deletions
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; |