diff --git a/lib/foldermanagement/FolderDocTypeLink.inc b/lib/foldermanagement/FolderDocTypeLink.inc index 733495b..6efa968 100644 --- a/lib/foldermanagement/FolderDocTypeLink.inc +++ b/lib/foldermanagement/FolderDocTypeLink.inc @@ -38,6 +38,11 @@ class FolderDocTypeLink extends KTEntity { $this->iFolderID = $iNewFolderID; $this->iDocumentTypeID = $iNewDocumentTypeID; } + + function _table() { + global $default; + return $default->folder_doctypes_table; + } /** * Create the current folder in the database