Fix copy / paste error

This commit is contained in:
nathan 2021-10-15 09:36:37 -06:00
parent 0dd215d340
commit 9861c9a0b3

View File

@ -1098,7 +1098,7 @@ class infolog_bo
*/ */
protected function write_check_links(array &$values) protected function write_check_links(array &$values)
{ {
if(!$this->bo->check_access($values, Acl::EDIT)) if(!$this->check_access($values, Acl::EDIT))
{ {
return; return;
} }