X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2FCore_person_signup.php;h=819bac3d5c8e0218dc8bc8da2efcf01cbec7d51a;hp=22d058d5e28a36d8411610ce05bc42222ba46628;hb=75f0b2df15a123ec62c038c2c2a340b82db14a31;hpb=a0825d6101982b801d973f36766ad96482af2876 diff --git a/DataObjects/Core_person_signup.php b/DataObjects/Core_person_signup.php index 22d058d5..819bac3d 100644 --- a/DataObjects/Core_person_signup.php +++ b/DataObjects/Core_person_signup.php @@ -108,6 +108,8 @@ class Pman_Core_DataObjects_Core_person_signup extends DB_DataObject $hydra_person->insert(); + $this->delete(); + return $hydra_person; }