diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index f1421fb35e6..8ef806cbdb8 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -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';