fixed typo

This commit is contained in:
gustav_delius 2005-06-04 17:22:00 +00:00
parent a616b09790
commit 5ebe26c7d0

View file

@ -79,7 +79,7 @@ class block_course_list extends block_list {
$this->content->icons = array(); $this->content->icons = array();
$this->content->footer = get_string('nocoursesyet').'<br /><br />'; $this->content->footer = get_string('nocoursesyet').'<br /><br />';
if (iscreator()) { if (iscreator()) {
$this->content .= '<a href="'.$CFG->wwwroot.'/course/edit.php?category='.$category->id.'">'.get_string("addnewcourse").'</a>...'; $this->content->footer .= '<a href="'.$CFG->wwwroot.'/course/edit.php?category='.$category->id.'">'.get_string("addnewcourse").'</a>...';
} }
} }
$this->title = get_string('courses'); $this->title = get_string('courses');