fix broken feed tree generation when categories are disabled
This commit is contained in:
parent
5ed108dce4
commit
0808123179
|
@ -293,7 +293,7 @@ class Pref_Feeds extends Handler_Protected {
|
|||
}
|
||||
|
||||
foreach ($feeds_obj->find_many() as $feed) {
|
||||
array_push($cat['items'], [
|
||||
array_push($root['items'], [
|
||||
'id' => 'FEED:' . $feed->id,
|
||||
'bare_id' => (int) $feed->id,
|
||||
'auxcounter' => -1,
|
||||
|
|
Loading…
Reference in New Issue