Changeset 81
- Timestamp:
- Sep 11, 2014 2:37:57 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
r80 r81 265 265 $aryTreeObj = json_decode($data); 266 266 267 /*if (is_array($aryTreeObj)) {267 if (is_array($aryTreeObj)) { 268 268 foreach ($aryTreeObj as $key => $treeObj){; 269 if ($treeObj->type == 'directory') {269 /* if ($treeObj->type == 'directory') { 270 270 $this->CopySpaceDir($treeObj, $destination, $userId, $aryNewTree); 271 271 } 272 272 else { 273 273 $aryNewTree['FILES'] = $this->CopySpaceFile($treeObj->id, $destination, $userid); 274 } 274 } */ 275 275 } 276 } */276 } 277 277 278 $this->aryNewTree = $ data;278 $this->aryNewTree = $aryNewTree; 279 279 } 280 280
Note: See TracChangeset
for help on using the changeset viewer.