mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-22 00:11:00 +02:00
pref-feeds: fix type of Uncategorized category
This commit is contained in:
parent
42623d7f65
commit
a4d7649833
@ -74,6 +74,7 @@
|
||||
$cat['bare_id'] = 0;
|
||||
$cat['name'] = __("Uncategorized");
|
||||
$cat['items'] = array();
|
||||
$cat['type'] = 'category';
|
||||
|
||||
$feed_result = db_query($link, "SELECT id, title,last_error
|
||||
FROM ttrss_feeds
|
||||
|
Loading…
x
Reference in New Issue
Block a user