aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 259d017c..ca998885 100644
--- a/index.php
+++ b/index.php
@@ -699,6 +699,7 @@ function showDaily($pageBuilder, $LINKSDB, $conf, $pluginManager)
699 'linksToDisplay' => $linksToDisplay, 699 'linksToDisplay' => $linksToDisplay,
700 'cols' => $columns, 700 'cols' => $columns,
701 'day' => $dayDate->getTimestamp(), 701 'day' => $dayDate->getTimestamp(),
702 'dayDate' => $dayDate,
702 'previousday' => $previousday, 703 'previousday' => $previousday,
703 'nextday' => $nextday, 704 'nextday' => $nextday,
704 ); 705 );