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

index 22fc4a9..f0d42db 100644 (file)
@@ -101,9 +101,8 @@ class Pman_Core_DataObjects_Core_person_signup extends DB_DataObject
             return $hydra_person;
         }
         
             return $hydra_person;
         }
         
-        $hydra_person->setFrom(array(
-            
-        ));
+        $hydra_person->setFrom($this->toArray());
+//        $hydra_person->e
     }
     
     function sendVerification($template, $roo)
     }
     
     function sendVerification($template, $roo)