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