diff options
| author | 2025-02-02 19:15:03 +0100 | |
|---|---|---|
| committer | 2025-02-02 19:15:03 +0100 | |
| commit | 1e8ef4bb7215417d425bb48cb2bec06f49e49bfc (patch) | |
| tree | 228757761fe7dbd87cdd1246550606d7923147cd /app/Controllers/feedController.php | |
| parent | 99d5c4852367eddca134f3aaf2370ce879dc6481 (diff) | |
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/feedController.php')
| -rwxr-xr-x | app/Controllers/feedController.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
