aboutsummaryrefslogtreecommitdiff
path: root/app/layout/aside_feed.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/layout/aside_feed.phtml')
-rw-r--r--app/layout/aside_feed.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout/aside_feed.phtml b/app/layout/aside_feed.phtml
index cd0e0464c..7ca3bd3db 100644
--- a/app/layout/aside_feed.phtml
+++ b/app/layout/aside_feed.phtml
@@ -106,7 +106,7 @@
$error_class = '';
$error_title = '';
- if ($feed->inError() && !$feed->mute()) {
+ if ($feed->inError()) {
$error_class = ' error';
$error_title = _t('sub.feed.error');
}