summaryrefslogtreecommitdiffstats
path: root/templates/part.listfolder.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.listfolder.php')
-rw-r--r--templates/part.listfolder.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.listfolder.php b/templates/part.listfolder.php
index 89626d5c9..c104303b5 100644
--- a/templates/part.listfolder.php
+++ b/templates/part.listfolder.php
@@ -69,7 +69,7 @@
</span>
<ul>
- <?php print_unescaped($this->inc('part.listfeed', array('folderId' => 'folder.id'))); ?>
+ <?php print_unescaped($this->inc('part.listfeed', ['folderId' => 'folder.id'])); ?>
</ul>
<div class="message" ng-show="folder.error">{{ folder.error }}</div>