mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
Merge branch 'MDL-42464-master' of git://github.com/andrewnicols/moodle
This commit is contained in:
commit
efe938fca5
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@
|
||||||
if (!$show_all and $complete_sessions == 0) {
|
if (!$show_all and $complete_sessions == 0) {
|
||||||
echo html_writer::start_tag('p');
|
echo html_writer::start_tag('p');
|
||||||
echo get_string('no_complete_sessions_found', 'chat') . ' ';
|
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');
|
echo html_writer::end_tag('p');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue