mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 12:45:04 +01:00
message MDL-19801 Added missing OUTPUT global
This commit is contained in:
parent
1a434a4113
commit
55a6bb2d49
@ -571,7 +571,7 @@ function message_print_user ($user=false, $iscontact=false, $isblocked=false) {
|
||||
|
||||
/// linktype can be: add, remove, block, unblock
|
||||
function message_contact_link($userid, $linktype='add', $return=false, $script="index.php?tab=contacts", $text=false) {
|
||||
global $USER, $CFG;
|
||||
global $USER, $CFG, $OUTPUT;
|
||||
|
||||
static $str;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user