Commit 5189e95429017f450ab78f26e038fd003f8c23f4
1 parent
a29d9e74
fix unit bug in folder creation.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4758 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
0 additions
and
1 deletions
lib/foldermanagement/folderutil.inc.php
| @@ -41,7 +41,6 @@ class KTFolderUtil { | @@ -41,7 +41,6 @@ class KTFolderUtil { | ||
| 41 | 'description' => $sFolderName, | 41 | 'description' => $sFolderName, |
| 42 | 'parentid' => $oParentFolder->getID(), | 42 | 'parentid' => $oParentFolder->getID(), |
| 43 | 'creatorid' => $oUser->getID(), | 43 | 'creatorid' => $oUser->getID(), |
| 44 | - 'unitid' => $oParentFolder->getUnitID(), | ||
| 45 | )); | 44 | )); |
| 46 | if (PEAR::isError($oFolder)) { | 45 | if (PEAR::isError($oFolder)) { |
| 47 | return $oFolder; | 46 | return $oFolder; |