Changeset 4831

Show
Ignore:
Timestamp:
08/27/08 03:51:25 (5 months ago)
Author:
jwage
Message:

fixes #1363

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.0/lib/Doctrine/Hydrator.php

    r4722 r4831  
    169169                $componentName = $table->getComponentName(); 
    170170                $event->set('data', $data); 
     171                $event->setInvoker($table); 
    171172                $listeners[$componentName]->preHydrate($event); 
    172173