This commit is contained in:
Benjamin Renard 2020-05-19 18:31:55 +02:00
parent bde0f1f234
commit c4db08d265

View file

@ -105,7 +105,7 @@ class LSrelation extends LSlog_staticLoggerClass {
case 'relatedEditableAttribute':
return $this -> getConfig(
'canEdit_attribute',
$this -> getConfig('linkAttribute', false),
$this -> getConfig('linkAttribute', false)
);
}
}