mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-36893 fix mnet E_STRICT issue
This commit is contained in:
parent
0dc5a532ec
commit
63a15b38ad
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}");
|
"SSO ACL: $accessctrl user '$username' from {$mnethost->name}");
|
||||||
} else {
|
} else {
|
||||||
// insert
|
// insert
|
||||||
|
$aclrecord = new stdClass();
|
||||||
$aclrecord->username = $username;
|
$aclrecord->username = $username;
|
||||||
$aclrecord->accessctrl = $accessctrl;
|
$aclrecord->accessctrl = $accessctrl;
|
||||||
$aclrecord->mnet_host_id = $mnet_host_id;
|
$aclrecord->mnet_host_id = $mnet_host_id;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue