summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-03-25 21:54:26 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-03-25 21:54:26 +0100
commit3a237701e0c9ea8ea2bc4f5e6e4ac840282ab5fa (patch)
tree2e4b316de79ac297f6c66c89daaae0d5fced357c /templates/main.php
parent0430a6ca38545463d7eea070204d77bddb447437 (diff)
return empty json responses when nothing has been done
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 28cb83041..6bb71c9ae 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -27,7 +27,7 @@
<?php print_unescaped($this->inc('part.feed.unread')) ?>
<?php print_unescaped($this->inc('part.feed.starred')) ?>
<?php print_unescaped($this->inc('part.listfolder')) ?>
- <?php //print_unescaped($this->inc('part.listfeed', array('folderId' => '0'))) ?>
+ <?php print_unescaped($this->inc('part.listfeed', array('folderId' => '0'))) ?>
<?php print_unescaped($this->inc('part.showall')); ?>
</ul>