MDL-21655 big scary enrolment and roles improvements - see tacker for list of changes, includes other minor fixes too
This commit is contained in:
+1
-1
@@ -393,7 +393,7 @@ class SearchQuery {
|
||||
* course related checks
|
||||
*/
|
||||
// admins can see everything, anyway.
|
||||
if (has_capability('moodle/site:doanything', get_context_instance(CONTEXT_SYSTEM))){
|
||||
if (has_capability('moodle/site:config', get_context_instance(CONTEXT_SYSTEM))){
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user