2
0
forked from Wavyzz/dolibarr

Update functions.lib.php (#34436)

This commit is contained in:
Vincent Maury
2025-06-13 12:22:49 +02:00
committed by GitHub
parent 215a365bf9
commit a68bd9c1a3

View File

@@ -14012,7 +14012,7 @@ function getElementProperties($elementType)
$table_element = 'ecmfiles';
$subelement = '';
} elseif ($elementType == 'knowledgerecord' || $elementType == 'knowledgemanagement') {
$module = '';
$module = 'knowledgemanagement';
$classpath = 'knowledgemanagement/class';
$classfile = 'knowledgerecord';
$classname = 'KnowledgeRecord';