summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2019-05-11 08:08:14 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2019-05-11 10:08:14 +0200
commit1a54c2abec7e05c60d7bf6eda7259b8e08a92dde (patch)
treec62ba676425290f129613bdd1db2a0b37aff8ffc /lib
parentbd43d0f3b17c76bbe41f68f6d1cc5926da6b38fe (diff)
add "mark read" floating button mobile. Fixes #469 (#505)
Signed-off-by: nachoparker <nacho@ownyourbits.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Controller/FeedController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Controller/FeedController.php b/lib/Controller/FeedController.php
index dbb36bb02..32e9bd232 100644
--- a/lib/Controller/FeedController.php
+++ b/lib/Controller/FeedController.php
@@ -207,7 +207,7 @@ class FeedController extends Controller
return [
'feeds' => [
- // only pass unread count to not accidentally readd
+ // only pass unread count to not accidentally read
// the feed again
[
'id' => $feed->getId(),