summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main.php b/templates/main.php
index 03c5a7c03..e33b534cb 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -29,7 +29,7 @@
<?php print_unescaped($this->inc('part.addnew')) ?>
<?php print_unescaped($this->inc('part.feed.unread')) ?>
<?php print_unescaped($this->inc('part.feed.starred')) ?>
- <?php print_unescaped($this->inc('part.listfeed', array('folderId' => '0'))) ?>
+ <?php print_unescaped($this->inc('part.listfeed', ['folderId' => '0'])) ?>
<?php print_unescaped($this->inc('part.listfolder')) ?>
<?php print_unescaped($this->inc('part.showall')); ?>
</ul>