summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-19 10:14:11 +0300
committerAndrew Dolgov <[email protected]>2010-11-19 10:14:11 +0300
commita4d7649833c803df009d5adc0598a9c9b8b766ff (patch)
treef816a9c90a5bd174ff24367b9ab0a4bf89b3af2f /modules
parent42623d7f65af33a1c314d6ac017e9ca63bb57e4b (diff)
pref-feeds: fix type of Uncategorized category
Diffstat (limited to 'modules')
-rw-r--r--modules/pref-feeds.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php
index 48563812f..bee4b1269 100644
--- a/modules/pref-feeds.php
+++ b/modules/pref-feeds.php
@@ -74,7 +74,8 @@
$cat['bare_id'] = 0;
$cat['name'] = __("Uncategorized");
$cat['items'] = array();
-
+ $cat['type'] = 'category';
+
$feed_result = db_query($link, "SELECT id, title,last_error
FROM ttrss_feeds
WHERE cat_id IS NULL AND owner_uid = ".$_SESSION["uid"].