From c9b0cf47cd310fadb62950a8e8275b670d8b23f7 Mon Sep 17 00:00:00 2001 From: Tim Steiner <tsteiner2@unl.edu> Date: Mon, 2 Feb 2009 21:31:36 +0000 Subject: [PATCH] Properly detect ACE status in new request search. --- application/modules/courses/controllers/NewController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/modules/courses/controllers/NewController.php b/application/modules/courses/controllers/NewController.php index fe903fc7..6454a3be 100644 --- a/application/modules/courses/controllers/NewController.php +++ b/application/modules/courses/controllers/NewController.php @@ -42,6 +42,7 @@ class Courses_NewController extends App_Controller_Action $this->view->courseLetter = $in->courseLetter; $this->view->courseNumber = $in->courseNumber; $this->view->activeRequests = $activeRequests; + $this->view->isAce = $course->isAce(); $this->render($render); } -- GitLab