From 5cd90c6fb7264b40d732e8b0e6f47df87d02e83b Mon Sep 17 00:00:00 2001
From: Tim Steiner <tsteiner2@unl.edu>
Date: Wed, 27 Oct 2010 16:20:35 +0000
Subject: [PATCH] Fix a bug where viewing a Update to ACE Certification in UCC
 extended reports would cause an exception.

---
 .../modules/courses/views/scripts/view/course-info.phtml        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/application/modules/courses/views/scripts/view/course-info.phtml b/application/modules/courses/views/scripts/view/course-info.phtml
index c49dc4e7..20c23bac 100644
--- a/application/modules/courses/views/scripts/view/course-info.phtml
+++ b/application/modules/courses/views/scripts/view/course-info.phtml
@@ -38,7 +38,7 @@
 
 /*****************************ACE COURSE***************************************/
     if (in_array($this->request->getViewType(), array('ChangeACE'))) {
-    	echo $this->partial('view/change-ace.phtml', $this);
+    	echo $this->partial('view/change-ace.phtml', 'courses', $this);
     }
     
     if (in_array($this->request->getViewType(), array('NewCourseWithACE', 'AddACEToCourse', 'AddACEAndChangeCourse'))) {
-- 
GitLab