mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
fix warning about undefined constant
This commit is contained in:
parent
642129fa7a
commit
f76af52e2b
@ -675,7 +675,7 @@ class resources_bo
|
||||
{
|
||||
return false;
|
||||
}
|
||||
return $this->acl->is_permitted($data['cat_id'],resources_acl_bo::DIRECT_BOOKING) ? A : U;
|
||||
return $this->acl->is_permitted($data['cat_id'],resources_acl_bo::DIRECT_BOOKING) ? 'A' : 'U';
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user