Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
dc78f150
Commit
dc78f150
authored
Sep 20, 2017
by
Juan Leyva
Browse files
MDL-58713 filters: Support auto-loading in the filters component
parent
9a316f33
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/classes/component.php
View file @
dc78f150
...
...
@@ -443,7 +443,7 @@ $cache = '.var_export($cache, true).';
'filepicker'
=>
null
,
'fileconverter'
=>
$CFG
->
dirroot
.
'/files/converter'
,
'files'
=>
$CFG
->
dirroot
.
'/files'
,
'filters'
=>
null
,
'filters'
=>
$CFG
->
dirroot
.
'/filter'
,
//'fonts' => null, // Bogus.
'form'
=>
$CFG
->
dirroot
.
'/lib/form'
,
'grades'
=>
$CFG
->
dirroot
.
'/grade'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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