diff options
| author | 2024-12-10 14:57:25 +0100 | |
|---|---|---|
| committer | 2024-12-10 14:57:25 +0100 | |
| commit | ab9a4e292cab48c94e6bac818f3256f6e131c041 (patch) | |
| tree | 51e3341929570aabc61b663d24bcd44b6ba821c2 /app/Controllers/subscriptionController.php | |
| parent | 052261bb8efbb910cefbf82fa54c64f54ba79854 (diff) | |
OPML export/import for cssFullContentConditions (#7082)
Follow-up of https://github.com/FreshRSS/FreshRSS/commit/33fd07f6f26310d4806077cc87bcdf9b8b940e35, which should have been a PR.
Diffstat (limited to 'app/Controllers/subscriptionController.php')
| -rw-r--r-- | app/Controllers/subscriptionController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controllers/subscriptionController.php b/app/Controllers/subscriptionController.php index 048eeef2e..73680d9eb 100644 --- a/app/Controllers/subscriptionController.php +++ b/app/Controllers/subscriptionController.php @@ -299,7 +299,7 @@ class FreshRSS_subscription_Controller extends FreshRSS_ActionController { } } - $feed->_attribute('path_entries_condition', Minz_Request::paramTextToArray('path_entries_condition', plaintext: true)); + $feed->_attribute('path_entries_conditions', Minz_Request::paramTextToArray('path_entries_conditions', plaintext: true)); $feed->_attribute('path_entries_filter', Minz_Request::paramString('path_entries_filter', true)); $values = [ |
