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
1 changed files with 2 additions and 1 deletions

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