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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.listfolder.php b/templates/part.listfolder.php
index fb30f1d55..23775f971 100644
--- a/templates/part.listfolder.php
+++ b/templates/part.listfolder.php
@@ -39,7 +39,7 @@
<button class="svg action mark-read-icon"
ng-show="folderBusinessLayer.getUnreadCount(folder.id) > 0 && folder.id"
- ng-click="folderBusinessLayer.markFolderRead(folder.id)"
+ ng-click="folderBusinessLayer.markRead(folder.id)"
title="<?php p($l->t('Mark read')); ?>"
oc-tooltip></button>