mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
message MDL-19801 Regression caused by recent upgrades
This commit is contained in:
parent
55a6bb2d49
commit
dedb239dc0
1 changed files with 1 additions and 1 deletions
|
@ -658,7 +658,7 @@ function message_history_link($userid1, $userid2=0, $returnstr=false, $keywords=
|
||||||
$link = html_link::make("/message/history.php?user1=$userid1&user2=$userid2$keywords$position", $fulllink);
|
$link = html_link::make("/message/history.php?user1=$userid1&user2=$userid2$keywords$position", $fulllink);
|
||||||
$link->add_action(new popup_action('click', $link->url, "message_history_$userid1", $popupoptions));
|
$link->add_action(new popup_action('click', $link->url, "message_history_$userid1", $popupoptions));
|
||||||
$link->title = $strmessagehistory;
|
$link->title = $strmessagehistory;
|
||||||
echo $OUTPUT->link($link);
|
$str = $OUTPUT->link($link);
|
||||||
|
|
||||||
$str = '<span class="history">'.$str.'</span>';
|
$str = '<span class="history">'.$str.'</span>';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue