Skip to content

Commit

Permalink
MDL-34406 message: removed an unnecessary string creation
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjdavis committed Aug 24, 2012
1 parent d71c486 commit c6841df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion message/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@
/// 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) {
Expand Down

0 comments on commit c6841df

Please sign in to comment.