1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-20 21:01:29 +00:00

pref-feeds: fix type of Uncategorized category

This commit is contained in:
Andrew Dolgov
2010-11-19 10:14:11 +03:00
parent 42623d7f65
commit a4d7649833

View File

@@ -74,6 +74,7 @@
$cat['bare_id'] = 0; $cat['bare_id'] = 0;
$cat['name'] = __("Uncategorized"); $cat['name'] = __("Uncategorized");
$cat['items'] = array(); $cat['items'] = array();
$cat['type'] = 'category';
$feed_result = db_query($link, "SELECT id, title,last_error $feed_result = db_query($link, "SELECT id, title,last_error
FROM ttrss_feeds FROM ttrss_feeds