diff --git a/blocks/course_list/block_course_list.php b/blocks/course_list/block_course_list.php index 39c857ddb5e..c18a06fed1f 100644 --- a/blocks/course_list/block_course_list.php +++ b/blocks/course_list/block_course_list.php @@ -79,7 +79,7 @@ class block_course_list extends block_list { $this->content->icons = array(); $this->content->footer = get_string('nocoursesyet').'

'; if (iscreator()) { - $this->content .= ''.get_string("addnewcourse").'...'; + $this->content->footer .= ''.get_string("addnewcourse").'...'; } } $this->title = get_string('courses');