Changeset 212 for pro-bachkim-filespace


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

    r211 r212  
    304304    $data = $this->getRequestParameter('data');
    305305        $aryNewTree = array('DIRECTORIES' => array(),'FILES' => array(), );
    306     /* $aryTreeObj = json_decode($data);
    307    
    308     if (is_array($aryTreeObj)) {
     306    $aryTreeObj = json_decode($data);
     307   
     308    /* if (is_array($aryTreeObj)) {
    309309        foreach ($aryTreeObj as $key => $treeObj){;
    310310                if ($act == 'copy') {
Note: See TracChangeset for help on using the changeset viewer.