MDL-14679: regression caused by a missing '>'.

This commit is contained in:
scyrma 2008-09-09 02:23:47 +00:00
parent cfd24d98f9
commit 3bea11c8c1

View File

@ -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();
}
//