mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 17:21:28 +00:00
pref-feeds: fix type of Uncategorized category
This commit is contained in:
@@ -74,7 +74,8 @@
|
|||||||
$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
|
||||||
WHERE cat_id IS NULL AND owner_uid = ".$_SESSION["uid"].
|
WHERE cat_id IS NULL AND owner_uid = ".$_SESSION["uid"].
|
||||||
|
|||||||
Reference in New Issue
Block a user