fix global search again...
This commit is contained in:
parent
ab9d9e8df4
commit
d34169139c
1 changed files with 1 additions and 1 deletions
|
@ -681,7 +681,7 @@
|
|||
$vfeed_query_part = "";
|
||||
|
||||
// override query strategy and enable feed display when searching globally
|
||||
if ($search_mode == "All feeds") {
|
||||
if ($search && $search_mode == "All feeds") {
|
||||
$query_strategy_part = "id > 0";
|
||||
$vfeed_query_part = "(SELECT title FROM ttrss_feeds WHERE
|
||||
id = feed_id) as feed_title,";
|
||||
|
|
Loading…
Reference in a new issue