Author: jwage
Date: 2008-09-08 20:00:21 +0100 (Mon, 08 Sep 2008)
New Revision: 4885
Modified:
branches/1.0/lib/Doctrine/Record/Listener/Chain.php
Log:
fixes #1433
Modified: branches/1.0/lib/Doctrine/Record/Listener/Chain.php
===================================================================
--- branches/1.0/lib/Doctrine/Record/Listener/Chain.php 2008-09-08 18:59:05 UTC
(rev 4884)
+++ branches/1.0/lib/Doctrine/Record/Listener/Chain.php 2008-09-08 19:00:21 UTC
(rev 4885)
@@ -98,7 +98,7 @@
public function postSerialize(Doctrine_Event $event)
{
foreach ($this->_listeners as $listener) {
- $listener->preSerialize($event);
+ $listener->postSerialize($event);
}
}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---