mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 00:42:54 +02:00
MDL-14679: regression caused by a missing '>'.
This commit is contained in:
parent
cfd24d98f9
commit
3bea11c8c1
@ -1665,7 +1665,7 @@ function load_temp_role($context, $roleid, $accessdata) {
|
||||
$k = "{$rd->path}:{$roleid}";
|
||||
$accessdata['rdef'][$k][$rd->capability] = $rd->permission;
|
||||
}
|
||||
$rs-close();
|
||||
$rs->close();
|
||||
}
|
||||
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user