Changeset 34
- Timestamp:
- Jul 24, 2014 4:25:32 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
r33 r34 97 97 // find subcategory of this category 98 98 $c = new Criteria(); 99 if ($isGetAll == 1)99 if ($isGetAll == 0) 100 100 $c->add(TblspacecategoryPeer::CAT_PARENT, $this->catId); 101 101 … … 106 106 // find files in this category folder 107 107 $c = new Criteria(); 108 if ($isGetAll == 1)108 if ($isGetAll == 0) 109 109 $c->add(TblspacefilePeer::FILE_CATEGORY, $this->catId); 110 110 $c->add(TblspacefilePeer::FILE_USER, $userId);
Note: See TracChangeset
for help on using the changeset viewer.