Ignore:
Timestamp:
Sep 11, 2014 5:05:14 PM (11 years ago)
Author:
dungnv
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-bachkim-filespace/sourcecode/api.violet.vn/www/apps/platform/modules/space/actions/actions.class.php

    r96 r97  
    268268        foreach ($aryTreeObj as $key => $treeObj){;
    269269                if ($treeObj->type == 'directory') {
    270                         //$this->CopySpaceDir($treeObj, $destination, $userId, $aryNewTree);
    271                         $aryNewTree['DIRECTORIES'][] = $treeObj->id;
     270                        $this->CopySpaceDir($treeObj, $destination, $userId, $aryNewTree);
     271                        //$aryNewTree['DIRECTORIES'][] = $treeObj->id;
    272272                }
    273273                else {
    274                         //$aryNewTree['FILES'] = $this->CopySpaceFile($treeObj->id, $destination, $userid);
    275                         $aryNewTree['FILES'][] = $treeObj->id;
     274                        $aryNewTree['FILES'] = $this->CopySpaceFile($treeObj->id, $destination, $userid);
     275                        //$aryNewTree['FILES'][] = $treeObj->id;
    276276                }
    277277        }
Note: See TracChangeset for help on using the changeset viewer.