mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 05:15:55 +00:00
fix label ordering in feed tree
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user