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/feedController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Controllers/feedController.php') diff --git a/app/Controllers/feedController.php b/app/Controllers/feedController.php index 00f321ddf..3ceb00f4a 100755 --- a/app/Controllers/feedController.php +++ b/app/Controllers/feedController.php @@ -918,7 +918,7 @@ class FreshRSS_feed_Controller extends FreshRSS_ActionController { // Redirect to the main page with correct notification. Minz_Request::good(_t('feedback.sub.feed.actualized', $feed->name()), [ 'params' => ['get' => 'f_' . $id] - ]); + ], 'actualizeAction'); } elseif ($nbUpdatedFeeds >= 1) { Minz_Request::good(_t('feedback.sub.feed.n_actualized', $nbUpdatedFeeds), []); } else { -- cgit v1.2.3