Author: jwage
Date: 2008-08-27 03:51:25 +0100 (Wed, 27 Aug 2008)
New Revision: 4831
Modified:
branches/1.0/lib/Doctrine/Hydrator.php
Log:
fixes #1363
Modified: branches/1.0/lib/Doctrine/Hydrator.php
===================================================================
--- branches/1.0/lib/Doctrine/Hydrator.php 2008-08-27 02:45:11 UTC (rev
4830)
+++ branches/1.0/lib/Doctrine/Hydrator.php 2008-08-27 02:51:25 UTC (rev
4831)
@@ -168,6 +168,7 @@
$table = $map['table'];
$componentName = $table->getComponentName();
$event->set('data', $data);
+ $event->setInvoker($table);
$listeners[$componentName]->preHydrate($event);
$parent = $map['parent'];
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"doctrine-svn" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.co.uk/group/doctrine-svn?hl=en-GB
-~----------~----~----~----~------~----~------~--~---