Commit 589819491df8ffa08d1a389d8182bc7ad1d5777c
1 parent
3fa49e77
no message
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1262 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
lib/foldermanagement/PhysicalFolderManagement.inc
| @@ -39,7 +39,7 @@ class PhysicalFolderManagement { | @@ -39,7 +39,7 @@ class PhysicalFolderManagement { | ||
| 39 | } | 39 | } |
| 40 | 40 | ||
| 41 | function renameFolder($sOldPath, $sNewPath) { | 41 | function renameFolder($sOldPath, $sNewPath) { |
| 42 | - rename($sOldPath, $sNewPath); | 42 | + return rename($sOldPath, $sNewPath); |
| 43 | } | 43 | } |
| 44 | 44 | ||
| 45 | } | 45 | } |