From 1a54c2abec7e05c60d7bf6eda7259b8e08a92dde Mon Sep 17 00:00:00 2001 From: nachoparker Date: Sat, 11 May 2019 08:08:14 +0000 Subject: add "mark read" floating button mobile. Fixes #469 (#505) Signed-off-by: nachoparker --- lib/Controller/FeedController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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(), -- cgit v1.2.3