1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-06 00:19:18 +00:00

pref-filters: fix overview load order

This commit is contained in:
Andrew Dolgov
2013-04-01 08:56:46 +04:00
parent b895510f5c
commit f041932021

View File

@@ -169,7 +169,7 @@ class Pref_Filters extends Handler_Protected {
(SELECT reg_exp FROM ttrss_filters2_rules
WHERE filter_id = ttrss_filters2.id ORDER BY id LIMIT 1) AS reg_exp
FROM ttrss_filters2 WHERE
owner_uid = ".$_SESSION["uid"]." ORDER BY order_id");
owner_uid = ".$_SESSION["uid"]." ORDER BY order_id, title");
$action_id = -1;