Changeset 34


Ignore:
Timestamp:
Jul 24, 2014 4:25:32 PM (11 years ago)
Author:
dungnv
Message:
 
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  
    9797    // find subcategory of this category
    9898    $c = new Criteria();
    99     if ($isGetAll == 1)
     99    if ($isGetAll == 0)
    100100        $c->add(TblspacecategoryPeer::CAT_PARENT, $this->catId);
    101101   
     
    106106    // find files in this category folder
    107107    $c = new Criteria();
    108     if ($isGetAll == 1)
     108    if ($isGetAll == 0)
    109109        $c->add(TblspacefilePeer::FILE_CATEGORY, $this->catId);
    110110    $c->add(TblspacefilePeer::FILE_USER, $userId);
Note: See TracChangeset for help on using the changeset viewer.