mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-22 08:21:00 +02:00
pref-feeds: fix type of Uncategorized category
This commit is contained in:
parent
42623d7f65
commit
a4d7649833
@ -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"].
|
||||||
|
Loading…
x
Reference in New Issue
Block a user