Skip to content

Commit

Permalink
message MDL-19801 Added missing OUTPUT global
Browse files Browse the repository at this point in the history
  • Loading branch information
samhemelryk committed Sep 29, 2009
1 parent 1a434a4 commit 55a6bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 55a6bb2

Please sign in to comment.