mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'w51_MDL-36893_m23_mnetestrict' of git://github.com/skodak/moodle into MOODLE_23_STABLE
This commit is contained in:
commit
d068c79e48
1 changed files with 1 additions and 0 deletions
|
@ -447,6 +447,7 @@ function mnet_update_sso_access_control($username, $mnet_host_id, $accessctrl) {
|
|||
"SSO ACL: $accessctrl user '$username' from {$mnethost->name}");
|
||||
} else {
|
||||
// insert
|
||||
$aclrecord = new stdClass();
|
||||
$aclrecord->username = $username;
|
||||
$aclrecord->accessctrl = $accessctrl;
|
||||
$aclrecord->mnet_host_id = $mnet_host_id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue