DataObjects/Core_person_signup.php
authorEdward <edward@roojs.com>
Tue, 24 Feb 2015 09:35:30 +0000 (17:35 +0800)
committerEdward <edward@roojs.com>
Tue, 24 Feb 2015 09:35:30 +0000 (17:35 +0800)
DataObjects/Core_person_signup.php

index 819bac3..594edda 100644 (file)
@@ -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();