Changeset 212 for pro-bachkim-filespace
- Timestamp:
- Oct 1, 2014 9:53:40 AM (11 years ago)
- 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 304 304 $data = $this->getRequestParameter('data'); 305 305 $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)) { 309 309 foreach ($aryTreeObj as $key => $treeObj){; 310 310 if ($act == 'copy') {
Note: See TracChangeset
for help on using the changeset viewer.