mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch 'MDL-42464-master' of git://github.com/andrewnicols/moodle
This commit is contained in:
commit
efe938fca5
@ -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');
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user