Changeset 117


Ignore:
Timestamp:
Sep 12, 2014 5:20:55 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

    r115 r117  
    279279   
    280280    if (is_array($aryTreeObj)) {
    281         //$newDir = $this->CopySpaceDir($aryTreeObj[0], $destination, $userId, $aryNewTree);
    282281        foreach ($aryTreeObj as $key => $treeObj){;
    283282                if ($treeObj->type == 'directory') {
     
    285284                }
    286285                else {
    287                         $aryNewTree['FILES'] = $this->CopySpaceFile($treeObj->id, $destination, $userid);
     286                        //$aryNewTree['FILES'] = $this->CopySpaceFile($treeObj->id, $destination, $userid);
    288287                }
    289288        }
    290289    }
    291    
    292     //var_export($destination, TRUE);
    293290   
    294291    $this->errMsg = '';
Note: See TracChangeset for help on using the changeset viewer.