1
0
Fork 0
mirror of synced 2025-03-30 03:30:13 +03:00
This commit is contained in:
zYne 2007-06-25 19:16:39 +00:00
parent d58b96041e
commit 7488435668

View file

@ -471,7 +471,7 @@ abstract class Doctrine_Record extends Doctrine_Access implements Countable, Ite
*/ */
public function serialize() public function serialize()
{ {
$event = new Doctrine_Event($this, Doctrine_Event::SERIALIZE_RECORD); $event = new Doctrine_Event($this, Doctrine_Event::RECORD_SERIALIZE);
$this->preSerialize($event); $this->preSerialize($event);