Ignore:
Timestamp:
Oct 1, 2014 9:54:29 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

    r212 r214  
    306306    $aryTreeObj = json_decode($data);
    307307   
    308     /* if (is_array($aryTreeObj)) {
    309         foreach ($aryTreeObj as $key => $treeObj){;
     308    if (is_array($aryTreeObj)) {
     309        foreach ($aryTreeObj as $key => $treeObj){
    310310                if ($act == 'copy') {
    311311                        if ($treeObj->type == 'directory') {
     
    326326    $this->errMsg = '';
    327327    $this->errCode = '';
    328     $this->aryNewTree = $aryNewTree; */
     328    $this->aryNewTree = $aryNewTree;
    329329  }
    330330
Note: See TracChangeset for help on using the changeset viewer.