Changeset 78 for pro-bachkim-filespace/sourcecode
- Timestamp:
- Sep 11, 2014 2:18:37 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
r77 r78 265 265 $aryTreeObj = json_decode($data); 266 266 267 if (is_array($aryTreeObj)) {267 /* if (is_array($aryTreeObj)) { 268 268 foreach ($aryTreeObj as $key => $treeObj){; 269 269 if ($treeObj.type == 'directory') { … … 274 274 } 275 275 } 276 } 276 } */ 277 277 278 278 $this->aryNewTree = $data;
Note: See TracChangeset
for help on using the changeset viewer.