Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moodle
moodle
Commits
9c882617
Commit
9c882617
authored
Jun 26, 2020
by
Michael Hawkins
Committed by
Andrew Nicols
Jul 06, 2020
Browse files
MDL-69128 admin: Convert HTML entities when populating tasklogs filter
parent
118a1e78
Changes
1
Hide whitespace changes
Inline
Side-by-side
admin/tasklogs.php
View file @
9c882617
...
...
@@ -67,7 +67,7 @@ $renderer = $PAGE->get_renderer('tool_task');
echo
$OUTPUT
->
header
();
echo
$OUTPUT
->
render_from_template
(
'core_admin/tasklogs'
,
(
object
)
[
'action'
=>
$pageurl
->
out
(),
'filter'
=>
$filter
,
'filter'
=>
htmlentities
(
$filter
)
,
'resultfilteroptions'
=>
[
(
object
)
[
'value'
=>
-
1
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment