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…
Reference in New Issue