MDL-29719 Category page typo fix
This commit is contained in:
committed by
Eloy Lafuente (stronk7)
parent
92e0466957
commit
f2b1537bd3
+1
-1
@@ -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>';
|
||||
|
||||
Reference in New Issue
Block a user