Changeset 133 for pro-bachkim-filespace/sourcecode/api.violet.vn
- Timestamp:
- Sep 15, 2014 4:02:11 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
r132 r133 106 106 $aryChidlFiles = $sourceObj->files; 107 107 foreach ($aryChidlFiles as $key => $file) { 108 $aryNewTree['FILES'][] = $this->CopySpaceFile( );108 $aryNewTree['FILES'][] = $this->CopySpaceFile($file, $destination, $userId); 109 109 } 110 110 }
Note: See TracChangeset
for help on using the changeset viewer.