Changeset 89
- Timestamp:
- Sep 11, 2014 4:36:43 PM (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
r88 r89 261 261 $userId = $this->getRequestParameter('userid'); 262 262 $destination = $this->getRequestParameter('destination'); 263 $data = $this->getRequestParameter('data');263 /* $data = $this->getRequestParameter('data'); 264 264 $aryNewTree = array(); 265 265 $aryTreeObj = json_decode($data); 266 266 */ 267 267 /* if (is_array($aryTreeObj)) { 268 268 foreach ($aryTreeObj as $key => $treeObj){; … … 278 278 } */ 279 279 280 var_export($destination, TRUE);281 282 $this->aryNewTree = $d ata;280 //var_export($destination, TRUE); 281 282 $this->aryNewTree = $destination; 283 283 } 284 284
Note: See TracChangeset
for help on using the changeset viewer.