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 5c21c2f6..4a1f00cc 100644
--- a/index.php
+++ b/index.php
@@ -698,6 +698,7 @@ function showDaily($pageBuilder, $LINKSDB, $conf, $pluginManager)
698 'linksToDisplay' => $linksToDisplay, 698 'linksToDisplay' => $linksToDisplay,
699 'cols' => $columns, 699 'cols' => $columns,
700 'day' => $dayDate->getTimestamp(), 700 'day' => $dayDate->getTimestamp(),
701 'dayDate' => $dayDate,
701 'previousday' => $previousday, 702 'previousday' => $previousday,
702 'nextday' => $nextday, 703 'nextday' => $nextday,
703 ); 704 );