diff options
| author | 2022-10-03 16:26:53 +0200 | |
|---|---|---|
| committer | 2022-10-03 16:26:53 +0200 | |
| commit | a9d4c789311ee54f10ff2b483ad8804bd1de5286 (patch) | |
| tree | 05bb3977c5aa2fe1a328866657f818cca8441e3a /app/Controllers/subscriptionController.php | |
| parent | 3b54f8cd8196728df14590bfb1560dd4f6aaf685 (diff) | |
Improved: Subscription Management: Show the position number (#4679)
* the code
* improvement
* fix doubled parameter
Diffstat (limited to 'app/Controllers/subscriptionController.php')
| -rw-r--r-- | app/Controllers/subscriptionController.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
