Changeset 217 for pro-bachkim-filespace


Ignore:
Timestamp:
Oct 1, 2014 9:55:51 AM (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

    r216 r217  
    308308    if (is_array($aryTreeObj)) {
    309309        foreach ($aryTreeObj as $key => $treeObj){
    310                 /* if ($act == 'copy') {
     310                if ($act == 'copy') {
    311311                        if ($treeObj->type == 'directory') {
    312312                                $this->CopySpaceDir($treeObj, $destination, $userId, $aryNewTree);
     
    316316                        }
    317317                }
    318                 else if ($act == 'move') {
     318                /*else if ($act == 'move') {
    319319                        $this->changeParentDir($treeObj, $destination);
    320320                        if ($treeObj->type == 'directory') $aryNewTree['DIRECTORIES'][];
Note: See TracChangeset for help on using the changeset viewer.