Ignore:
Timestamp:
Oct 1, 2014 4:34:39 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

    r225 r234  
    315315                }
    316316                else if ($act == 'move') {
    317                         //$this->changeParentDir($treeObj, $destination);
    318                         //if ($treeObj->type == 'directory') $aryNewTree['DIRECTORIES'][];
    319                         //if ($treeObj->type == 'file') $aryNewTree['FILES'][];
     317                        $this->changeParentDir($treeObj, $destination);
     318                        if ($treeObj->type == 'directory') $aryNewTree['DIRECTORIES'][] = $treeObj;
     319                        if ($treeObj->type == 'file') $aryNewTree['FILES'][] = $treeObj;
    320320                }
    321321        }
Note: See TracChangeset for help on using the changeset viewer.