Changeset 134
- Timestamp:
- Sep 15, 2014 4:24:16 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
r133 r134 106 106 $aryChidlFiles = $sourceObj->files; 107 107 foreach ($aryChidlFiles as $key => $file) { 108 $aryNewTree['FILES'][] = $this->CopySpaceFile($file , $destination, $userId);108 $aryNewTree['FILES'][] = $this->CopySpaceFile($file->id, $destination, $userId); 109 109 } 110 110 }
Note: See TracChangeset
for help on using the changeset viewer.