mirror of
https://github.com/moodle/moodle.git
synced 2025-01-30 03:58:34 +01:00
messaging MDL-22320 added curly brackets to make weird looking php look less weird
This commit is contained in:
parent
98e8299c83
commit
f468f0833b
@ -174,8 +174,8 @@ if (!empty($user2)) {
|
||||
$PAGE->set_title("$strmessages: $user2fullname");
|
||||
$PAGE->set_heading("$strmessages: $user2fullname");
|
||||
} else {
|
||||
$PAGE->set_title("$SITE->shortname: $strmessages");
|
||||
$PAGE->set_heading("$SITE->shortname: $strmessages");
|
||||
$PAGE->set_title("{$SITE->shortname}: $strmessages");
|
||||
$PAGE->set_heading("{$SITE->shortname}: $strmessages");
|
||||
}
|
||||
|
||||
//now the page contents
|
||||
|
Loading…
x
Reference in New Issue
Block a user