mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-02 00:59:14 +00:00
fix pref-feeds search
This commit is contained in:
@@ -25,6 +25,10 @@ class Pref_Feeds extends Handler_Protected {
|
||||
}
|
||||
|
||||
private function get_category_items($cat_id) {
|
||||
$search = $_SESSION["prefs_feed_search"];
|
||||
|
||||
if ($search) $search_qpart = " AND LOWER(title) LIKE LOWER('%$search%')";
|
||||
|
||||
$show_empty_cats = $_REQUEST['mode'] != 2 &&
|
||||
get_pref($this->link, '_PREFS_SHOW_EMPTY_CATS');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user