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 2ed14d4f..0639e85f 100644
--- a/index.php
+++ b/index.php
@@ -617,7 +617,7 @@ function showDailyRSS($conf) {
617 $tpl->assign('links', $links); 617 $tpl->assign('links', $links);
618 $tpl->assign('rssdate', escape($dayDate->format(DateTime::RSS))); 618 $tpl->assign('rssdate', escape($dayDate->format(DateTime::RSS)));
619 $tpl->assign('hide_timestamps', $conf->get('privacy.hide_timestamps', false)); 619 $tpl->assign('hide_timestamps', $conf->get('privacy.hide_timestamps', false));
620 $html = $tpl->draw('dailyrss', $return_string=true); 620 $html = $tpl->draw('dailyrss', true);
621 621
622 echo $html . PHP_EOL; 622 echo $html . PHP_EOL;
623 } 623 }