MDL-31107 Fixing instaces of below where it is written as bellow (two L's)
This commit is contained in:
+1
-1
@@ -7208,7 +7208,7 @@ function get_role_context_caps($roleid, context $context) {
|
||||
}
|
||||
}
|
||||
|
||||
// now go through the contexts bellow given context
|
||||
// now go through the contexts below given context
|
||||
$searchcontexts = array_keys($context->get_child_contexts());
|
||||
foreach ($searchcontexts as $cid) {
|
||||
if ($capabilities = $DB->get_records('role_capabilities', array('roleid'=>$roleid, 'contextid'=>$cid))) {
|
||||
|
||||
Reference in New Issue
Block a user