mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 21:25: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')
|
$labels = ORM::for_table('ttrss_labels2')
|
||||||
->where('owner_uid', $_SESSION['uid'])
|
->where('owner_uid', $_SESSION['uid'])
|
||||||
|
->order_by_asc('caption')
|
||||||
->find_many();
|
->find_many();
|
||||||
|
|
||||||
if (count($labels)) {
|
if (count($labels)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user