mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-01 23:49:15 +00:00
allow checking of Uncategorized feeds
This commit is contained in:
@@ -96,6 +96,7 @@
|
||||
$cat['name'] = __("Uncategorized");
|
||||
$cat['items'] = array();
|
||||
$cat['type'] = 'category';
|
||||
$cat['checkbox'] = false;
|
||||
|
||||
$feed_result = db_query($link, "SELECT id, title,last_error,
|
||||
".SUBSTRING_FOR_DATE."(last_updated,1,19) AS last_updated
|
||||
|
||||
Reference in New Issue
Block a user