diff options
author | maTh <1645099+math-GH@users.noreply.github.com> | 2025-02-02 19:15:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-02 19:15:03 +0100 |
commit | 1e8ef4bb7215417d425bb48cb2bec06f49e49bfc (patch) | |
tree | 228757761fe7dbd87cdd1246550606d7923147cd /app/Controllers/entryController.php | |
parent | 99d5c4852367eddca134f3aaf2370ce879dc6481 (diff) | |
download | freshrss-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/entryController.php')
-rw-r--r-- | app/Controllers/entryController.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Controllers/entryController.php b/app/Controllers/entryController.php index 4c88225c0..8cabce82d 100644 --- a/app/Controllers/entryController.php +++ b/app/Controllers/entryController.php @@ -189,7 +189,8 @@ class FreshRSS_entry_Controller extends FreshRSS_ActionController { 'c' => 'index', 'a' => 'index', 'params' => $params, - ] + ], + 'readAction' ); } } |