Changeset 99
- Timestamp:
- Sep 11, 2014 5:16:42 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
r98 r99 85 85 $c->add(TblspacecategoryPeer::CAT_USER, $userId); 86 86 $currentCat = TblspacecategoryPeer::doSelectOne($c); 87 var_dump($currentCat); 87 88 $newDir = $this->CreateSpaceDir($currentCat->getCatName(), $destination, $userId); 88 89 $aryNewTree['DIRECTORIES'][] = $newDir; … … 95 96 } */ 96 97 97 if (isset($sourceObj->childs)) {98 /* if (isset($sourceObj->childs)) { 98 99 $aryChidlDirs = $sourceObj->childs; 99 100 foreach ($aryChidlDirs as $key => $dir) { 100 101 $this->CopySpaceDir($dir, $newDir, $userId, $aryNewTree); 101 102 } 102 } 103 } */ 103 104 } 104 105
Note: See TracChangeset
for help on using the changeset viewer.