From 3a237701e0c9ea8ea2bc4f5e6e4ac840282ab5fa Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 25 Mar 2013 21:54:26 +0100 Subject: return empty json responses when nothing has been done --- templates/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/main.php') diff --git a/templates/main.php b/templates/main.php index 28cb83041..6bb71c9ae 100644 --- a/templates/main.php +++ b/templates/main.php @@ -27,7 +27,7 @@ inc('part.feed.unread')) ?> inc('part.feed.starred')) ?> inc('part.listfolder')) ?> - inc('part.listfeed', array('folderId' => '0'))) ?> + inc('part.listfeed', array('folderId' => '0'))) ?> inc('part.showall')); ?> -- cgit v1.2.3