From: Edward Date: Tue, 24 Feb 2015 09:35:30 +0000 (+0800) Subject: DataObjects/Core_person_signup.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=ffa572a97b1655691868bcc662e4a83a3f51d110 DataObjects/Core_person_signup.php --- diff --git a/DataObjects/Core_person_signup.php b/DataObjects/Core_person_signup.php index 819bac3d..594eddad 100644 --- a/DataObjects/Core_person_signup.php +++ b/DataObjects/Core_person_signup.php @@ -106,6 +106,7 @@ class Pman_Core_DataObjects_Core_person_signup extends DB_DataObject $hydra_person->setFrom($this->toArray()); $hydra_person->employer_name = $this->company_name; + $hydra_person->beforeInsert(array(), $this); $hydra_person->insert(); $this->delete();