summaryrefslogtreecommitdiffstats
path: root/templates/part.listfeed.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-22 16:13:31 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-22 16:13:31 +0200
commit6211b69955c05426425989bbcd133e539071f476 (patch)
tree4be613f887db25f6409eafffd5d06a77f3e43d87 /templates/part.listfeed.php
parentcdcba0d007c3610e1c125488edea01406f606b73 (diff)
fixed deletion of error messages and display correct icon
Diffstat (limited to 'templates/part.listfeed.php')
-rw-r--r--templates/part.listfeed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.listfeed.php b/templates/part.listfeed.php
index 8029c4f70..727d90197 100644
--- a/templates/part.listfeed.php
+++ b/templates/part.listfeed.php
@@ -49,7 +49,7 @@
oc-tooltip></button>
<button class="svg action delete-icon"
- ng-click="feedBusinessLayer.markErrorRead(feed.urlHash)"
+ ng-click="feedBusinessLayer.markErrorRead(feed.url)"
title="<?php p($l->t('Delete website')); ?>"
ng-show="feed.error"
oc-tooltip></button>