1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-04-16 04:15:42 +02:00

fix invisible feeds in root thanks @anoymouserver

Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
This commit is contained in:
Benjamin Brahmer 2020-11-03 20:45:26 +01:00
parent 39a25fe05a
commit a1309cdcd6

View File

@ -57,7 +57,7 @@ foreach (Plugin::getScripts() as $appName => $fileName) {
<?php print_unescaped($this->inc('part.navigation.unreadfeed')) ?>
<?php print_unescaped($this->inc('part.navigation.starredfeed')) ?>
<?php print_unescaped($this->inc(
'part.navigation.feed', ['folderId' => null]
'part.navigation.feed', ['folderId' => 'null']
)) ?>
<?php print_unescaped($this->inc('part.navigation.folder')) ?>
<?php print_unescaped($this->inc('part.navigation.explore')) ?>