This commit is contained in:
Cornelius Weiß 2005-12-18 17:37:05 +00:00
parent 114643d562
commit 2ec9cbae86

View File

@ -903,7 +903,7 @@ class bocal
{ {
// if we have a resource as participant // if we have a resource as participant
$resource = ExecMethod($this->resources[$uid{0}]['info'],substr($uid,1)); $resource = ExecMethod($this->resources[$uid{0}]['info'],substr($uid,1));
$grants = $resource[0]['rights']; $grants |= $resource[0]['rights'];
} }
} }
} }