Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.7
-
Fix Version/s: 1.7
-
Component/s: None
-
Labels:None
-
Affected Branches:MOODLE_17_STABLE
-
Fixed Branches:MOODLE_17_STABLE
Description
One of the last security patch on file.php blocks the scorm module from use.
It checks for not hidden resources but not for not hidden scorm so the result is access denied.
One patch is to check for not hidden scorms and then permit to access to files in the moddata/scorm/<scorm id> directory and childrens.
Bobo
Petr can you please solve this? You know the circumstances best there.