Skip to content

Commit

Permalink
Fix folder hasn't any feed
Browse files Browse the repository at this point in the history
  • Loading branch information
Simounet committed Jan 10, 2019
1 parent e7d1e7d commit 352a73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ <h2 class="feed-add-title">{function="_t('ADD_FEED')"}</h2>
</li>
<!-- [todo] - Remove order=unread on feeds' links, use the settings instead -->
{loop="folders"}
{$feeds=""}
{$feeds=[]}
{$folderSelected=0}
{if="isset($allFeedsPerFolder[$value->getId()])"}
{$feeds=$allFeedsPerFolder[$value->getId()]}
Expand Down

0 comments on commit 352a73e

Please sign in to comment.