X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2FCore_person_signup.php;h=9017e9fec6a15d02eca65307f67063f9ef979e57;hp=f1bbee5c05273e7275b4fb9a5bc03b761ffda1c1;hb=32d2ce1c44c109a9054e3b177b44d8ad5acaf23c;hpb=60261106f20f36ccd4c35956934c72d49a2c0117 diff --git a/DataObjects/Core_person_signup.php b/DataObjects/Core_person_signup.php index f1bbee5c..9017e9fe 100644 --- a/DataObjects/Core_person_signup.php +++ b/DataObjects/Core_person_signup.php @@ -115,6 +115,8 @@ class Pman_Core_DataObjects_Core_person_signup extends DB_DataObject $target->insert(); $this->person_id = $target->id; + $this->person_table = $target->tableName(); + $this->update(); // ok - deleting might not be a great idea.... - as we can not track already confirmed codes.. //$this->delete();