Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d866067
)
fixed incorrect report name string
author
Petr Skoda
<skodak@moodle.org>
Thu, 12 Aug 2010 18:18:47 +0000
(18:18 +0000)
committer
Petr Skoda
<skodak@moodle.org>
Thu, 12 Aug 2010 18:18:47 +0000
(18:18 +0000)
admin/report/security/index.php
patch
|
blob
|
blame
|
history
diff --git
a/admin/report/security/index.php
b/admin/report/security/index.php
index
8a5d088
..
84596a4
100644
(file)
--- a/
admin/report/security/index.php
+++ b/
admin/report/security/index.php
@@
-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());