mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-02 20:19:27 +01:00
Fix copy / paste error
This commit is contained in:
parent
0dd215d340
commit
9861c9a0b3
@ -1098,7 +1098,7 @@ class infolog_bo
|
||||
*/
|
||||
protected function write_check_links(array &$values)
|
||||
{
|
||||
if(!$this->bo->check_access($values, Acl::EDIT))
|
||||
if(!$this->check_access($values, Acl::EDIT))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user