Alexandre Alapetite
2024-05-02 19:49:18 +02:00
committed by GitHub
parent 0e6f56bb4c
commit 44625eed25
2 changed files with 3 additions and 1 deletions

View File

@@ -1148,6 +1148,7 @@ class FreshRSS_feed_Controller extends FreshRSS_ActionController {
return;
}
$feed->_pathEntries($content_selector);
$feed->_attribute('path_entries_filter', Minz_Request::paramString('selector_filter', true));
//Fetch & select content.
try {