Changeset 211 for pro-bachkim-filespace
- Timestamp:
- Oct 1, 2014 9:53:27 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
r210 r211 304 304 $data = $this->getRequestParameter('data'); 305 305 $aryNewTree = array('DIRECTORIES' => array(),'FILES' => array(), ); 306 $aryTreeObj = json_decode($data);306 /* $aryTreeObj = json_decode($data); 307 307 308 308 if (is_array($aryTreeObj)) { … … 326 326 $this->errMsg = ''; 327 327 $this->errCode = ''; 328 $this->aryNewTree = $aryNewTree; 328 $this->aryNewTree = $aryNewTree; */ 329 329 } 330 330
Note: See TracChangeset
for help on using the changeset viewer.