diff --git a/course/lib.php b/course/lib.php
index 362f840934e..9ba67fdbfed 100644
--- a/course/lib.php
+++ b/course/lib.php
@@ -757,8 +757,8 @@ function print_course_admin_links($course, $width=180) {
}
}
- if (!$course->teachers) {
- $course->teachers = get_string("defaultcourseteachers");
+ if (!$course->students) {
+ $course->students = get_string("defaultcoursestudents");
}
$admindata[]="id\">$course->students...";
$adminicon[]="
";