mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
fixed incorrect report name string
This commit is contained in:
parent
d8660676ad
commit
0f17961d4a
@ -46,7 +46,7 @@ if (array_search($issue, $issues, true) === false) {
|
||||
admin_externalpage_setup('reportsecurity');
|
||||
echo $OUTPUT->header();
|
||||
|
||||
echo $OUTPUT->heading(get_string('reportsecurity', 'report_security'));
|
||||
echo $OUTPUT->heading(get_string('pluginname', 'report_security'));
|
||||
|
||||
echo '<div id="timewarning">'.get_string('timewarning', 'report_security').'</div>';
|
||||
while(@ob_end_flush());
|
||||
|
Loading…
x
Reference in New Issue
Block a user