mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-09 10:01:00 +02:00
getFeedCat respects NULL cat_id
This commit is contained in:
parent
ac2cc246fa
commit
eb4311d00f
@ -1652,7 +1652,7 @@
|
|||||||
if (db_num_rows($result) == 1) {
|
if (db_num_rows($result) == 1) {
|
||||||
return db_fetch_result($result, 0, "title");
|
return db_fetch_result($result, 0, "title");
|
||||||
} else {
|
} else {
|
||||||
return "Unknown category ($id)";
|
return "Uncategorized";
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
return "getFeedCatTitle($id) failed";
|
return "getFeedCatTitle($id) failed";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user