X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2FCore_person_signup.php;h=594eddadf1e67c30f73621fff7ba12779d244043;hp=819bac3d5c8e0218dc8bc8da2efcf01cbec7d51a;hb=ffa572a97b1655691868bcc662e4a83a3f51d110;hpb=75f0b2df15a123ec62c038c2c2a340b82db14a31 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();