Changeset 115
- Timestamp:
- Sep 12, 2014 11:17:03 AM (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
r114 r115 93 93 $aryNewTree['DIRECTORIES'][] = $newDir; 94 94 95 /*if (isset($sourceObj->files)) {95 if (isset($sourceObj->files)) { 96 96 $aryChidlFiles = $sourceObj->files; 97 97 foreach ($aryChidlFiles as $key => $file) { 98 98 $aryNewTree['FILES'][] = $this->CopySpaceFile(); 99 99 } 100 } */100 } 101 101 102 102 if (isset($sourceObj->childs)) {
Note: See TracChangeset
for help on using the changeset viewer.