From d1516f2064f858f77327195c998a1c38d346f220 Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 9 Aug 2006 13:55:05 +0000 Subject: [PATCH] Fixed a typo, thanks Tim --- mod/forum/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/forum/lib.php b/mod/forum/lib.php index dedc7a8977..71880026e9 100644 --- a/mod/forum/lib.php +++ b/mod/forum/lib.php @@ -1712,7 +1712,7 @@ function forum_make_mail_post(&$post, $user, $touser, $course, } $output .= '
'.format_string($post->subject).'
'; - $fullname = fullname($user, has_capability('moodle/site:viewfullnames', $modcontext->id);); + $fullname = fullname($user, has_capability('moodle/site:viewfullnames', $modcontext->id)); $by->name = ''.$fullname.''; $by->date = userdate($post->modified, '', $touser->timezone); $output .= '
'.get_string('bynameondate', 'forum', $by).'
'; -- 2.39.5