Changeset 24
- Timestamp:
- Jul 24, 2014 11:31:31 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
r19 r24 19 19 //$this->forward('default', 'module'); 20 20 } 21 21 22 22 private function CreateSpaceDir($folderName, $parentId, $userId) { 23 23 $c = new Criteria(); … … 85 85 86 86 // find parent ID of this category 87 if ($this->catId != -1) {87 /* if ($this->catId != -1) { 88 88 $c = new Criteria(); 89 89 $c->add(TblspacecategoryPeer::CAT_ID, $this->catId); … … 92 92 $this->parentId = $thisCat? $thisCat->getCatParent(): '-1'; 93 93 } 94 else $this->parentId = '';94 else */ $this->parentId = ''; 95 95 96 96 // find subcategory of this category … … 253 253 return sfView::NONE; 254 254 } 255 256 public function executeList() { 257 258 } 255 259 }
Note: See TracChangeset
for help on using the changeset viewer.