Changeset 89 for pro-bachkim-filespace


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

    r88 r89  
    261261    $userId = $this->getRequestParameter('userid');
    262262    $destination = $this->getRequestParameter('destination');
    263     $data = $this->getRequestParameter('data');
     263    /* $data = $this->getRequestParameter('data');
    264264        $aryNewTree = array();
    265265    $aryTreeObj = json_decode($data);
    266      
     266    */  
    267267    /* if (is_array($aryTreeObj)) {
    268268        foreach ($aryTreeObj as $key => $treeObj){;
     
    278278    } */
    279279   
    280     var_export($destination, TRUE);
    281    
    282     $this->aryNewTree = $data;
     280    //var_export($destination, TRUE);
     281   
     282    $this->aryNewTree = $destination;
    283283  }
    284284
Note: See TracChangeset for help on using the changeset viewer.