Merge branch 'wip-mdl-32155-m21' of git://github.com/rajeshtaneja/moodle into MOODLE_21_STABLE
This commit is contained in:
@@ -732,6 +732,12 @@ if ($component === 'blog') {
|
||||
// somebody tries to gain illegal access, cm type must match the component!
|
||||
send_file_not_found();
|
||||
}
|
||||
|
||||
$bprecord = $DB->get_record('block_positions', array('blockinstanceid' => $context->instanceid), 'visible');
|
||||
// User can't access file, if block is hidden or doesn't have block:view capability
|
||||
if (($bprecord && !$bprecord->visible) || !has_capability('moodle/block:view', $context)) {
|
||||
send_file_not_found();
|
||||
}
|
||||
} else {
|
||||
$birecord = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user