]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-14679: regression caused by a missing '>'.
authorscyrma <scyrma>
Tue, 9 Sep 2008 02:23:47 +0000 (02:23 +0000)
committerscyrma <scyrma>
Tue, 9 Sep 2008 02:23:47 +0000 (02:23 +0000)
lib/accesslib.php

index 5afc5391aead83ce4b2af841e93ac25e49b20a25..09fb479bf7a8f5ee9bee99264bf0b574b5d5a26b 100755 (executable)
@@ -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();
     }
 
     //