From: moodler Date: Mon, 30 Apr 2007 13:26:06 +0000 (+0000) Subject: Fixed discussions tab ... this is an old change I never checked in X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=3f7353c5d81b7950e6b2fbc544f8b1fc5be11cc5;p=moodle.git Fixed discussions tab ... this is an old change I never checked in --- diff --git a/user/tabs.php b/user/tabs.php index f2c0be8220..9e47313dc1 100644 --- a/user/tabs.php +++ b/user/tabs.php @@ -149,7 +149,7 @@ $secondrow[] = new tabobject('posts', $CFG->wwwroot.'/mod/forum/user.php?course='.$course->id. '&id='.$user->id.'&mode=posts', get_string('posts', 'forum')); $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')); } }