Commit 74884356 authored by zYne's avatar zYne

--no commit message

--no commit message
parent d58b9604
...@@ -471,7 +471,7 @@ abstract class Doctrine_Record extends Doctrine_Access implements Countable, Ite ...@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment