diff options
Diffstat (limited to 'admin/history.php')
-rw-r--r-- | admin/history.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/history.php b/admin/history.php index 29f59b6b2..68b997736 100644 --- a/admin/history.php +++ b/admin/history.php @@ -570,7 +570,7 @@ else { // by default, at page load, we want the selected date to be the current // date - $form['start'] = $form['end'] = date('Y-n-j'); + $form['start'] = $form['end'] = date('Y-m-d'); $form['types'] = $types; // Hoverbox by default $form['display_thumbnail'] = |