diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 | ); |