Ignore:
Timestamp:
Sep 11, 2014 4:57:17 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

    r93 r94  
    261261    $userId = $this->getRequestParameter('userid');
    262262    $destination = $this->getRequestParameter('destination');
    263     /* $data = $this->getRequestParameter('data');
    264         $aryNewTree = array();
     263    $data = $this->getRequestParameter('data');
     264        /* $aryNewTree = array();
    265265    $aryTreeObj = json_decode($data);
    266266    */   
     
    282282    $this->errMsg = '';
    283283    $this->errCode = '';
    284     $this->aryNewTree = $destination;
     284    $this->aryNewTree = $data;
    285285  }
    286286
Note: See TracChangeset for help on using the changeset viewer.