mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
Fixed a variable reference
This commit is contained in:
parent
c048e4f933
commit
8ca3606339
@ -595,7 +595,7 @@ function message_history_link($userid1, $userid2=0, $returnstr=false, $keywords=
|
||||
}
|
||||
|
||||
$str = link_to_popup_window("/message/history.php?user1=$userid1&user2=$userid2$keywords$position",
|
||||
"message_history_$user->id", $linktext, 500, 500, '',
|
||||
"message_history_$userid1", $linktext, 500, 500, '',
|
||||
'menubar=0,location=0,status,scrollbars,resizable,width=500,height=500', true);
|
||||
|
||||
if ($returnstr) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user