mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-04 14:43:32 -04:00
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 <alexandre@alapetite.fr>
This commit is contained in:
committed by
GitHub
parent
27f0b61418
commit
d4554fa087
@@ -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') . ' . ');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user