Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
b0c49ce
)
Merge branch 'w51_MDL-36893_m23_mnetestrict' of git://github.com/skodak/moodle into...
author
Dan Poltawski
<dan@moodle.com>
Mon, 7 Jan 2013 05:53:29 +0000
(13:53 +0800)
committer
Dan Poltawski
<dan@moodle.com>
Mon, 7 Jan 2013 05:53:29 +0000
(13:53 +0800)
mnet/lib.php
patch
|
blob
|
blame
|
history
diff --git
a/mnet/lib.php
b/mnet/lib.php
index
074b86a
..
1705221
100644
(file)
--- a/
mnet/lib.php
+++ b/
mnet/lib.php
@@
-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;