From: Edward Date: Tue, 24 Feb 2015 09:17:51 +0000 (+0800) Subject: DataObjects/Core_person_signup.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=425e9deeaa214d51eb0cec8384ea61379d1646ef DataObjects/Core_person_signup.php --- diff --git a/DataObjects/Core_person_signup.php b/DataObjects/Core_person_signup.php index f438024f..88e1a453 100644 --- a/DataObjects/Core_person_signup.php +++ b/DataObjects/Core_person_signup.php @@ -104,7 +104,10 @@ class Pman_Core_DataObjects_Core_person_signup extends DB_DataObject } $hydra_person->setFrom($this->toArray()); -// $hydra_person->e + $hydra_person->employer_name = $this->company_name; + + $hydra_person->insert(); + $hydra_person->onInsert(); } function sendVerification($template, $roo)