Skip to content

Commit

Permalink
MDL-36893 fix mnet E_STRICT issue
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Dec 27, 2012
1 parent 0dc5a53 commit 63a15b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mnet/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 63a15b3

Please sign in to comment.