mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 04:41:41 +02:00
Fix copy / paste error
This commit is contained in:
parent
d1cb068ffa
commit
d200e2b71e
@ -1094,10 +1094,14 @@ class infolog_bo
|
||||
* Checks for info_contact properly linked, project properly linked and
|
||||
* adds or removes to correct.
|
||||
*
|
||||
* @param Array $values
|
||||
* @param array $values
|
||||
*/
|
||||
protected function write_check_links(&$values)
|
||||
protected function write_check_links(array &$values)
|
||||
{
|
||||
if(!$this->check_access($values, Acl::EDIT))
|
||||
{
|
||||
return;
|
||||
}
|
||||
$old_link_id = (int)$values['info_link_id'];
|
||||
$from = $values['info_from'];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user