Changeset 20

Show
Ignore:
Timestamp:
03/27/08 18:39:55
Author:
nperriault
Message:

Silly bug with sfGuard objects overriding (but big one in fact)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/apps/main/modules/utils/actions/components.class.php

    r2 r20  
    1616    $c->add(sfGuardUserPeer::IS_ACTIVE, true); 
    1717    $this->total_members = sfGuardUserPeer::doCount($c); 
    18     $this->people_countries = count(PluginsfGuardUserPeer::retrieveCountries()); 
     18    $this->people_countries = count(sfGuardUserPeer::retrieveCountries()); 
    1919 
    2020    $c = new Criteria;