From 1e8ef4bb7215417d425bb48cb2bec06f49e49bfc Mon Sep 17 00:00:00 2001 From: maTh <1645099+math-GH@users.noreply.github.com> Date: Sun, 2 Feb 2025 19:15:03 +0100 Subject: Improve notifications: notificationName (#7287) * notificationID * 3 first examples * fix * notificationID -> notificationName * Update lib/Minz/Request.php Co-authored-by: Alexandre Alapetite --------- Co-authored-by: Alexandre Alapetite --- app/Controllers/configureController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Controllers/configureController.php') 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(); -- cgit v1.2.3