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

index 88e1a45..e5d3705 100644 (file)
@@ -107,7 +107,7 @@ class Pman_Core_DataObjects_Core_person_signup extends DB_DataObject
         $hydra_person->employer_name = $this->company_name;
         
         $hydra_person->insert();
-        $hydra_person->onInsert();
+        $hydra_person->onInsert(array(), $this);
     }
     
     function sendVerification($template, $roo)