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:
parent
39a25fe05a
commit
a1309cdcd6
@ -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')) ?>
|
||||
|
Loading…
Reference in New Issue
Block a user