mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 00:16:46 +02:00
fixed typo
This commit is contained in:
parent
a616b09790
commit
5ebe26c7d0
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ class block_course_list extends block_list {
|
|||
$this->content->icons = array();
|
||||
$this->content->footer = get_string('nocoursesyet').'<br /><br />';
|
||||
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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue