diff --git a/application/modules/courses/controllers/ViewController.php b/application/modules/courses/controllers/ViewController.php index f9c8dd66f4627149e12db7b45274e5ace8db5a9c..55f1da8e6c2ab66593bc7ba5bd00709d06875c6a 100644 --- a/application/modules/courses/controllers/ViewController.php +++ b/application/modules/courses/controllers/ViewController.php @@ -118,7 +118,7 @@ class Courses_ViewController extends App_Controller_Action for ($year = $nextYear; $year < $thisYear + 5; $year++) { $terms[$year . '2'] = 'Spring ' . $year; $terms[$year . '3'] = 'Summer ' . $year; - $terms[($year + 1) . '1'] = 'Fall ' . ($year + 1); + $terms[($year + 1) . '1'] = 'Fall ' . $year; } return $terms;