From 160a0dfebaeb21cc75d7166dfbac6d0ef1a51460 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 14 May 2014 17:32:49 +0200 Subject: convert array() to [] --- templates/main.php | 2 +- templates/part.listfolder.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') 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 @@ inc('part.addnew')) ?> inc('part.feed.unread')) ?> inc('part.feed.starred')) ?> - inc('part.listfeed', array('folderId' => '0'))) ?> + inc('part.listfeed', ['folderId' => '0'])) ?> inc('part.listfolder')) ?> inc('part.showall')); ?> 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 @@
{{ folder.error }}
-- cgit v1.2.3