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')
|
$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)) {
|
||||||
|
|
Loading…
Reference in New Issue