From d9349068c2dc115fdeb315c5c87c4717c7781f6d Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 24 Feb 2015 17:15:40 +0800 Subject: [PATCH] DataObjects/Core_person_signup.php --- DataObjects/Core_person_signup.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/DataObjects/Core_person_signup.php b/DataObjects/Core_person_signup.php index 22fc4a9a..f0d42db1 100644 --- a/DataObjects/Core_person_signup.php +++ b/DataObjects/Core_person_signup.php @@ -101,9 +101,8 @@ class Pman_Core_DataObjects_Core_person_signup extends DB_DataObject return $hydra_person; } - $hydra_person->setFrom(array( - - )); + $hydra_person->setFrom($this->toArray()); +// $hydra_person->e } function sendVerification($template, $roo) -- 2.39.2