Changeset 94 for pro-bachkim-filespace/sourcecode/api.violet.vn/www
- Timestamp:
- Sep 11, 2014 4:57:17 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
r93 r94 261 261 $userId = $this->getRequestParameter('userid'); 262 262 $destination = $this->getRequestParameter('destination'); 263 /*$data = $this->getRequestParameter('data');264 $aryNewTree = array();263 $data = $this->getRequestParameter('data'); 264 /* $aryNewTree = array(); 265 265 $aryTreeObj = json_decode($data); 266 266 */ … … 282 282 $this->errMsg = ''; 283 283 $this->errCode = ''; 284 $this->aryNewTree = $d estination;284 $this->aryNewTree = $data; 285 285 } 286 286
Note: See TracChangeset
for help on using the changeset viewer.