diff --git a/application/controllers/Dashboard.php b/application/controllers/Dashboard.php index 6c45dcab..f97865cd 100644 --- a/application/controllers/Dashboard.php +++ b/application/controllers/Dashboard.php @@ -68,7 +68,7 @@ class Dashboard extends CI_Controller { $raw = strtotime('Monday last week'); $mon = date('Y-m-d', $raw); - $sun = date('Y-m-d', strtotime('Sunday this week')); + $sun = date('Y-m-d', strtotime('Monday next week')); $qsos = $this->logbook_model->map_week_qsos($mon, $sun);