i'm so stupid!!!

This commit is contained in:
Cornelius Weiß 2005-05-07 13:09:48 +00:00
parent 5ce8a7b6c9
commit b6268740b9

View File

@ -118,7 +118,7 @@
*/
function get_cat_admin($cat_id)
{
$cat_rights = $this->get_rights($cat_id));
$cat_rights = $this->get_rights($cat_id);
foreach ($cat_rights as $userid => $right)
{
if ($right & PHPGW_ACL_CAT_ADMIN)