Changeset 117 for pro-bachkim-filespace/sourcecode/api.violet.vn/www
- Timestamp:
- Sep 12, 2014 5:20:55 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
r115 r117 279 279 280 280 if (is_array($aryTreeObj)) { 281 //$newDir = $this->CopySpaceDir($aryTreeObj[0], $destination, $userId, $aryNewTree);282 281 foreach ($aryTreeObj as $key => $treeObj){; 283 282 if ($treeObj->type == 'directory') { … … 285 284 } 286 285 else { 287 $aryNewTree['FILES'] = $this->CopySpaceFile($treeObj->id, $destination, $userid);286 //$aryNewTree['FILES'] = $this->CopySpaceFile($treeObj->id, $destination, $userid); 288 287 } 289 288 } 290 289 } 291 292 //var_export($destination, TRUE);293 290 294 291 $this->errMsg = '';
Note: See TracChangeset
for help on using the changeset viewer.