mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
MDL-34406 message: removed an unnecessary string creation
This commit is contained in:
parent
d71c486507
commit
c6841df4df
@ -179,7 +179,6 @@ $preferences->blocknoncontacts = get_user_preferences( 'message_blocknoncontac
|
||||
/// Display page header
|
||||
$streditmymessage = get_string('editmymessage', 'message');
|
||||
$strparticipants = get_string('participants');
|
||||
$userfullname = fullname($user, true);
|
||||
|
||||
$PAGE->set_title("$course->shortname: $streditmymessage");
|
||||
if ($course->id != SITEID) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user