mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-16 12:24:46 -04:00
Conditional retrieval
fix https://github.com/FreshRSS/FreshRSS/issues/6149
This commit is contained in:
@@ -299,6 +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_filter', Minz_Request::paramString('path_entries_filter', true));
|
||||
|
||||
$values = [
|
||||
|
||||
Reference in New Issue
Block a user