Development

Changeset 8949

You must first sign up to be able to contribute.

Changeset 8949

Show
Ignore:
Timestamp:
05/14/08 16:14:46 (5 months ago)
Author:
antoine
Message:

bug fix to call callables (behaviors) in doSelectRS

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfPropelImpersonatorPlugin/trunk/lib/sfPropelObjectPeerImpersonator.class.php

    r8884 r8949  
    445445  { 
    446446    $basePeer = 'Base'.get_class($this->objects[0]).'Peer'; 
    447  
    448     foreach (sfMixer::getCallables($basePeer.':doSelectRS:doSelectRS') as $callable) 
     447     
     448    foreach (sfMixer::getCallables($basePeer.':addDoSelectRS:addDoSelectRS') as $callable) 
    449449    { 
    450450      call_user_func($callable, $basePeer, $criteria, $con);