From 5ebe26c7d084e3e728bb7447ca7c6462fa01dddb Mon Sep 17 00:00:00 2001 From: gustav_delius Date: Sat, 4 Jun 2005 17:22:00 +0000 Subject: [PATCH] fixed typo --- blocks/course_list/block_course_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');