Changeset 76 for pro-bachkim-filespace/sourcecode/api.violet.vn/www
- Timestamp:
- Sep 11, 2014 2:05:08 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
r75 r76 266 266 267 267 if (is_array($aryTreeObj)) { 268 foreach ($aryTreeObj as $key => $treeObj){ 269 $this->CopySpaceDir($treeObj, $destination, $userId, $aryNewTree); 268 foreach ($aryTreeObj as $key => $treeObj){; 269 if ($treeObj.type == 'directory') { 270 $this->CopySpaceDir($treeObj, $destination, $userId, $aryNewTree); 271 } 272 else { 273 $aryNewTree['FILES'] = $this->CopySpaceFile($treeObj.id, $destination, $userid); 274 } 270 275 } 271 276 } 272 277 273 278 $this->aryNewTree = $aryNewTree; 274 275 279 } 276 280
Note: See TracChangeset
for help on using the changeset viewer.