From 087c5d43c01b0d4f46195356fa9a6771439a602f Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Tue, 22 Oct 2013 15:12:28 +0800 Subject: [PATCH] MDL-42464 mod_chat: Correct use of encoded & in link --- mod/chat/report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/chat/report.php b/mod/chat/report.php index eab88ed9ccc..99e264f40d5 100644 --- a/mod/chat/report.php +++ b/mod/chat/report.php @@ -283,7 +283,7 @@ if (!$show_all and $complete_sessions == 0) { echo html_writer::start_tag('p'); echo get_string('no_complete_sessions_found', 'chat') . ' '; - echo html_writer::link('report.php?id='.$cm->id.'&show_all=1', get_string('list_all_sessions', 'chat')); + echo html_writer::link('report.php?id='.$cm->id.'&show_all=1', get_string('list_all_sessions', 'chat')); echo html_writer::end_tag('p'); }