Skip to content
Snippets Groups Projects
Commit 5cd90c6f authored by Tim Steiner's avatar Tim Steiner
Browse files

Fix a bug where viewing a Update to ACE Certification in UCC extended reports...

Fix a bug where viewing a Update to ACE Certification in UCC extended reports would cause an exception.
parent efd691cc
Branches
Tags
No related merge requests found
......@@ -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'))) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment