inline feed editor did not display correct category in the dropbox
This commit is contained in:
parent
31483fc1ab
commit
76684fc7f4
1 changed files with 1 additions and 1 deletions
|
@ -1508,7 +1508,7 @@
|
|||
|
||||
$result = db_query($link, "SELECT
|
||||
id,title,feed_url,substring(last_updated,1,16) as last_updated,
|
||||
update_interval,purge_interval,
|
||||
update_interval,purge_interval,cat_id,
|
||||
(SELECT title FROM ttrss_feed_categories
|
||||
WHERE id = cat_id) AS category
|
||||
FROM
|
||||
|
|
Loading…
Reference in a new issue