summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
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 4b0408af1..f01f246e2 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' => '0']
+ 'part.navigation.feed', ['folderId' => null]
)) ?>
<?php print_unescaped($this->inc('part.navigation.folder')) ?>
<?php print_unescaped($this->inc('part.navigation.explore')) ?>