mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-35998 admin: Fixed whitespace
This commit is contained in:
parent
e24d97f944
commit
db19da5612
1 changed files with 1 additions and 1 deletions
|
@ -6806,7 +6806,7 @@ class admin_setting_enablemobileservice extends admin_setting_configcheckbox {
|
||||||
if (!empty($assign)) {
|
if (!empty($assign)) {
|
||||||
$systemcontext = get_system_context();
|
$systemcontext = get_system_context();
|
||||||
assign_capability('webservice/xmlrpc:use', $permission, $CFG->defaultuserroleid, $systemcontext->id, true);
|
assign_capability('webservice/xmlrpc:use', $permission, $CFG->defaultuserroleid, $systemcontext->id, true);
|
||||||
assign_capability('webservice/rest:use', $permission, $CFG->defaultuserroleid, $systemcontext->id, true);
|
assign_capability('webservice/rest:use', $permission, $CFG->defaultuserroleid, $systemcontext->id, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue