mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Fixed a typo (won't work in other languages)
This commit is contained in:
parent
d86dca38ec
commit
b0bbcb5647
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@
|
||||||
$secondrow[] = new tabobject('posts', $CFG->wwwroot.'/mod/forum/user.php?course='.$course->id.
|
$secondrow[] = new tabobject('posts', $CFG->wwwroot.'/mod/forum/user.php?course='.$course->id.
|
||||||
'&id='.$user->id.'&mode=posts', get_string('posts', 'forum'));
|
'&id='.$user->id.'&mode=posts', get_string('posts', 'forum'));
|
||||||
$secondrow[] = new tabobject('discussions', $CFG->wwwroot.'/mod/forum/user.php?course='.$course->id.
|
$secondrow[] = new tabobject('discussions', $CFG->wwwroot.'/mod/forum/user.php?course='.$course->id.
|
||||||
'&id='.$user->id.'&mode=discussions', get_string('discussionsstartedby', 'forum'));
|
'&id='.$user->id.'&mode=discussions', get_string('discussions', 'forum'));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue