This commit is contained in:
parent
d58b96041e
commit
7488435668
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue