Changeset 234 for pro-bachkim-filespace/sourcecode
- Timestamp:
- Oct 1, 2014 4:34:39 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-bachkim-filespace/sourcecode/api.violet.vn/www/apps/platform/modules/space/actions/actions.class.php
r225 r234 315 315 } 316 316 else if ($act == 'move') { 317 //$this->changeParentDir($treeObj, $destination);318 //if ($treeObj->type == 'directory') $aryNewTree['DIRECTORIES'][];319 //if ($treeObj->type == 'file') $aryNewTree['FILES'][];317 $this->changeParentDir($treeObj, $destination); 318 if ($treeObj->type == 'directory') $aryNewTree['DIRECTORIES'][] = $treeObj; 319 if ($treeObj->type == 'file') $aryNewTree['FILES'][] = $treeObj; 320 320 } 321 321 }
Note: See TracChangeset
for help on using the changeset viewer.