diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocument.php b/presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocument.php index df32945..a8d67a6 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocument.php +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocument.php @@ -47,6 +47,10 @@ $oStorage =& KTStorageManagerUtil::getSingleton(); class KTAddDocumentDispatcher extends KTStandardDispatcher { function check() { + if ($_REQUEST['fFolderID']) { + $_REQUEST['fFolderId'] = $_REQUEST['fFolderID']; + unset($_REQUEST['fFolderID']); + } $this->validateFolder($_REQUEST['fFolderId']); $this->validatePermission('ktcore.permissions.write'); $this->validateFolderPermission();