From a9d4c789311ee54f10ff2b483ad8804bd1de5286 Mon Sep 17 00:00:00 2001 From: maTh Date: Mon, 3 Oct 2022 16:26:53 +0200 Subject: Improved: Subscription Management: Show the position number (#4679) * the code * improvement * fix doubled parameter --- app/Controllers/subscriptionController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Controllers/subscriptionController.php') diff --git a/app/Controllers/subscriptionController.php b/app/Controllers/subscriptionController.php index cca41b004..eab45db26 100644 --- a/app/Controllers/subscriptionController.php +++ b/app/Controllers/subscriptionController.php @@ -19,7 +19,7 @@ class FreshRSS_subscription_Controller extends FreshRSS_ActionController { $catDAO->checkDefault(); $feedDAO->updateTTL(); - $this->view->categories = $catDAO->listSortedCategories(false, true, true); + $this->view->categories = $catDAO->listSortedCategories(false, true); $this->view->default_category = $catDAO->getDefault(); $signalError = false; -- cgit v1.2.3