mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 20:50:21 +01:00
SC #280 force downloading of database files; merged from MOODLE_16_STABLE
This commit is contained in:
parent
95d5682927
commit
3d05094553
1
file.php
1
file.php
@ -93,6 +93,7 @@
|
||||
and (strtolower($args[1]) == 'moddata')
|
||||
and ((strtolower($args[2]) == 'forum')
|
||||
or (strtolower($args[2]) == 'assignment')
|
||||
or (strtolower($args[2]) == 'data')
|
||||
or (strtolower($args[2]) == 'glossary')
|
||||
or (strtolower($args[2]) == 'wiki')
|
||||
or (strtolower($args[2]) == 'exercise')
|
||||
|
Loading…
x
Reference in New Issue
Block a user