summaryrefslogtreecommitdiffstats
path: root/templates/part.feed.unread.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.feed.unread.php')
-rw-r--r--templates/part.feed.unread.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.feed.unread.php b/templates/part.feed.unread.php
index 96df79af4..a933a2f75 100644
--- a/templates/part.feed.unread.php
+++ b/templates/part.feed.unread.php
@@ -22,7 +22,7 @@
{{ unreadCountFormatter(getTotalUnreadCount()) }}
</span>
<button class="svg action mark-read-icon"
- ng-click="subscriptionsBusinessLayer.markAllRead()"
+ ng-click="subscriptionsBusinessLayer.markRead()"
title="<?php p($l->t('Mark read')) ?>"
ng-show="getTotalUnreadCount() > 0"
oc-tooltip data-placement="bottom"></button>