fix label ordering in feed tree

This commit is contained in:
Andrew Dolgov 2021-09-02 08:21:05 +03:00
parent b8f82ca12f
commit 36e174750e
1 changed files with 1 additions and 0 deletions

View File

@ -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)) {