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.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/part.feed.unread.php b/templates/part.feed.unread.php
index 32aa867e7..85f4c8766 100644
--- a/templates/part.feed.unread.php
+++ b/templates/part.feed.unread.php
@@ -17,10 +17,10 @@
</a>
<span class="utils">
<span class="unread-counter">
- {{ getUnreadCount(feedType.Subscriptions, 0) }}
+ {{ getUnreadCount() }}
</span>
<button class="svg action mark-read-icon"
- ng-click="markAllRead(feedType.Subscriptions, 0)"
+ ng-click="feedBl.markAllRead()"
title="<?php p($l->t('Mark all read')) ?>"></button>
</span>
</li> \ No newline at end of file