Skip to content

Commit

Permalink
more little chagnes to adrcollection.inc
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangreen committed Nov 14, 2011
1 parent 3e1b8dc commit c610409
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ADRCollection.inc
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ class ADRCollection {
$xacml = Xacml::constructFromPid($this->pid);
try {
$canManageInXacml = $xacml->managementRule->hasPermission($user->name, $user->roles);
except(ExacmlException $e) {
}
catch (ExacmlException $e) {
$canManageInXacml = FALSE;
}

Expand Down

0 comments on commit c610409

Please sign in to comment.