mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-06 22:27:42 +02:00
fix label ordering in feed tree
This commit is contained in:
parent
b8f82ca12f
commit
36e174750e
@ -178,6 +178,7 @@ class Pref_Feeds extends Handler_Protected {
|
||||
|
||||
$labels = ORM::for_table('ttrss_labels2')
|
||||
->where('owner_uid', $_SESSION['uid'])
|
||||
->order_by_asc('caption')
|
||||
->find_many();
|
||||
|
||||
if (count($labels)) {
|
||||
|
Loading…
Reference in New Issue
Block a user