mobile: fix tag browser
This commit is contained in:
parent
00cd0b5c17
commit
847c2a7872
|
@ -255,7 +255,7 @@
|
|||
$result = db_query($link, "SELECT tag_name,SUM((SELECT COUNT(int_id)
|
||||
FROM ttrss_user_entries WHERE int_id = post_int_id
|
||||
AND unread = true)) AS count FROM ttrss_tags
|
||||
WHERE owner_uid = 2 GROUP BY tag_name ORDER BY tag_name");
|
||||
WHERE owner_uid = '".$_SESSION['uid']."' GROUP BY tag_name ORDER BY tag_name");
|
||||
|
||||
$tags = array();
|
||||
|
||||
|
|
Loading…
Reference in New Issue