Changeset 214 for pro-bachkim-filespace/sourcecode/api.violet.vn
- Timestamp:
- Oct 1, 2014 9:54:29 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
r212 r214 306 306 $aryTreeObj = json_decode($data); 307 307 308 /*if (is_array($aryTreeObj)) {309 foreach ($aryTreeObj as $key => $treeObj){ ;308 if (is_array($aryTreeObj)) { 309 foreach ($aryTreeObj as $key => $treeObj){ 310 310 if ($act == 'copy') { 311 311 if ($treeObj->type == 'directory') { … … 326 326 $this->errMsg = ''; 327 327 $this->errCode = ''; 328 $this->aryNewTree = $aryNewTree; */328 $this->aryNewTree = $aryNewTree; 329 329 } 330 330
Note: See TracChangeset
for help on using the changeset viewer.