aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/Controllers/configureController.php
diff options
context:
space:
mode:
authormaTh <1645099+math-GH@users.noreply.github.com>2025-02-02 19:15:03 +0100
committerGitHub <noreply@github.com>2025-02-02 19:15:03 +0100
commit1e8ef4bb7215417d425bb48cb2bec06f49e49bfc (patch)
tree228757761fe7dbd87cdd1246550606d7923147cd /app/Controllers/configureController.php
parent99d5c4852367eddca134f3aaf2370ce879dc6481 (diff)
downloadfreshrss-1e8ef4bb7215417d425bb48cb2bec06f49e49bfc.tar.gz
freshrss-1e8ef4bb7215417d425bb48cb2bec06f49e49bfc.zip
Improve notifications: notificationName (#7287)
* notificationID * 3 first examples * fix * notificationID -> notificationName * Update lib/Minz/Request.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/Controllers/configureController.php')
-rw-r--r--app/Controllers/configureController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controllers/configureController.php b/app/Controllers/configureController.php
index e66898ff0..c525de18d 100644
--- a/app/Controllers/configureController.php
+++ b/app/Controllers/configureController.php
@@ -75,7 +75,7 @@ class FreshRSS_configure_Controller extends FreshRSS_ActionController {
Minz_Translate::reset(FreshRSS_Context::userConf()->language);
invalidateHttpCache();
- Minz_Request::good(_t('feedback.conf.updated'), [ 'c' => 'configure', 'a' => 'display' ]);
+ Minz_Request::good(_t('feedback.conf.updated'), [ 'c' => 'configure', 'a' => 'display' ], 'displayAction');
}
$this->view->themes = FreshRSS_Themes::get();