summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2020-11-03 20:45:26 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2020-11-03 21:08:41 +0100
commita1309cdcd6048fd2c8916d1eff60bfd2878f7581 (patch)
treedc3ee635e08c0fa147405915b950cfe6bf51fa1e /templates
parent39a25fe05a927a177df1df700e57d6a26bfb5a83 (diff)
fix invisible feeds in root thanks @anoymouserver
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to 'templates')
-rw-r--r--templates/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.php b/templates/index.php
index f01f246e2..9ad38a0d5 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -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')) ?>