aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 14754269..e553d1dd 100644
--- a/index.php
+++ b/index.php
@@ -618,7 +618,7 @@ function showDailyRSS($conf) {
618 $tpl->assign('links', $links); 618 $tpl->assign('links', $links);
619 $tpl->assign('rssdate', escape($dayDate->format(DateTime::RSS))); 619 $tpl->assign('rssdate', escape($dayDate->format(DateTime::RSS)));
620 $tpl->assign('hide_timestamps', $conf->get('privacy.hide_timestamps', false)); 620 $tpl->assign('hide_timestamps', $conf->get('privacy.hide_timestamps', false));
621 $html = $tpl->draw('dailyrss', $return_string=true); 621 $html = $tpl->draw('dailyrss', true);
622 622
623 echo $html . PHP_EOL; 623 echo $html . PHP_EOL;
624 } 624 }