mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
MDL-36893 fix mnet E_STRICT issue
This commit is contained in:
parent
0dc5a532ec
commit
63a15b38ad
@ -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…
x
Reference in New Issue
Block a user