MDL-29719 Category page typo fix

This commit is contained in:
sam marshall
2011-10-18 11:43:01 +02:00
committed by Eloy Lafuente (stronk7)
parent 92e0466957
commit f2b1537bd3
+1 -1
View File
@@ -314,7 +314,7 @@
$linkcss = $acourse->visible ? '' : ' class="dimmed" ';
echo '<tr>';
$coursename = get_course_display_name_for_list($course);
$coursename = get_course_display_name_for_list($acourse);
echo '<td><a '.$linkcss.' href="view.php?id='.$acourse->id.'">'. format_string($coursename) .'</a></td>';
if ($editingon) {
echo '<td>';