Skip to content

Commit

Permalink
added in missing assign-> to pass to the edit_course.tmpl.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Gay committed Oct 12, 2011
1 parent 751d185 commit 9f7ad2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mods/_core/courses/html/course_properties.inc.php
Expand Up @@ -151,6 +151,7 @@
if ($_POST['customicon']) {
echo "<script language='javascript' type='text/javascript'>document.getElementById('uploadform').focus();</script>";
}
$savant->assign('course', $course);
$savant->assign('row', $row);
$savant->display('admin/courses/edit_course.tmpl.php');
?>
Expand Down

0 comments on commit 9f7ad2c

Please sign in to comment.