Changeset 98 for pro-bachkim-filespace/sourcecode/api.violet.vn
- Timestamp:
- Sep 11, 2014 5:11:53 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
r97 r98 88 88 $aryNewTree['DIRECTORIES'][] = $newDir; 89 89 90 if (isset($sourceObj->files)) {90 /* if (isset($sourceObj->files)) { 91 91 $aryChidlFiles = $sourceObj->files; 92 92 foreach ($aryChidlFiles as $key => $file) { 93 93 $aryNewTree['FILES'][] = $this->CopySpaceFile(); 94 94 } 95 } 95 } */ 96 96 97 97 if (isset($sourceObj->childs)) {
Note: See TracChangeset
for help on using the changeset viewer.