From d4554fa087f9057610085ca685cd8fb79d8f2bd0 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Fri, 5 Jun 2020 10:09:31 +0200 Subject: Change add feed action (#3027) * Docker Alpine 3.12 (#3025) https://alpinelinux.org/posts/Alpine-3.12.0-released.html With PHP 7.3.18 (from 7.3.17) (and Apache 2.4.43 unchanged). No other significant change spotted * Ensure feed attributes are used before load Co-authored-by: Alexandre Alapetite --- app/Controllers/subscriptionController.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'app/Controllers/subscriptionController.php') diff --git a/app/Controllers/subscriptionController.php b/app/Controllers/subscriptionController.php index b4520c8e6..1be0fd376 100644 --- a/app/Controllers/subscriptionController.php +++ b/app/Controllers/subscriptionController.php @@ -241,4 +241,11 @@ class FreshRSS_subscription_Controller extends Minz_ActionController { public function bookmarkletAction() { Minz_View::prependTitle(_t('sub.title.subscription_tools') . ' . '); } + + /** + * This action displays the page to add a new feed + */ + public function addAction() { + Minz_View::prependTitle(_t('sub.title.add') . ' . '); + } } -- cgit v1.2.3