summaryrefslogtreecommitdiffstats
path: root/templates/part.listfolder.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.listfolder.php')
-rw-r--r--templates/part.listfolder.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/part.listfolder.php b/templates/part.listfolder.php
index 745210b0e..9d0cfe6ac 100644
--- a/templates/part.listfolder.php
+++ b/templates/part.listfolder.php
@@ -36,8 +36,7 @@
</span>
<button class="svg action mark-read-icon"
- ng-show="folderBl.getUnreadCount(feedType.Feed, feed.id) > 0 &&
- folder.id"
+ ng-show="folderBl.getUnreadCount(folder.id) > 0 && folder.id"
ng-click="folderBl.markFolderRead(folder.id)"
title="<?php p($l->t('Mark all read')); ?>"></button>