mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-12-19 06:53:53 +01:00
Fix typo
This commit is contained in:
parent
bde0f1f234
commit
c4db08d265
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ class LSrelation extends LSlog_staticLoggerClass {
|
||||||
case 'relatedEditableAttribute':
|
case 'relatedEditableAttribute':
|
||||||
return $this -> getConfig(
|
return $this -> getConfig(
|
||||||
'canEdit_attribute',
|
'canEdit_attribute',
|
||||||
$this -> getConfig('linkAttribute', false),
|
$this -> getConfig('linkAttribute', false)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue