diff options
author | VirtualTam <virtualtam@flibidi.net> | 2017-01-05 19:20:41 +0100 |
---|---|---|
committer | VirtualTam <virtualtam+github@flibidi.net> | 2017-01-05 19:51:50 +0100 |
commit | 724f1e322943b0506a4a4f17e78eaf4b2e464553 (patch) | |
tree | d9264b22ef720fab6578082fb442f36c5c08ba6c /index.php | |
parent | 69173356cd3e1862dbfd5072120e69ec48a11640 (diff) | |
download | Shaarli-724f1e322943b0506a4a4f17e78eaf4b2e464553.tar.gz Shaarli-724f1e322943b0506a4a4f17e78eaf4b2e464553.tar.zst Shaarli-724f1e322943b0506a4a4f17e78eaf4b2e464553.zip |
Cleanup: remove unused variables
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | } |