1
0
mirror of synced 2025-02-20 22:23:14 +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()
{
$event = new Doctrine_Event($this, Doctrine_Event::SERIALIZE_RECORD);
$event = new Doctrine_Event($this, Doctrine_Event::RECORD_SERIALIZE);
$this->preSerialize($event);