X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=DataObjects%2FCore_person_signup.php;h=c88898d5418db76f2cd70fb62ad4032243bbc26b;hb=6546cedbb752edf1b5178fb1cf6cdbdb9856ff88;hp=5d85ec4f87c64e1bddbb4a54c3f3e314c51980dc;hpb=964ea9513df51552f55d827dd2b803ac985c09b6;p=Pman.Core diff --git a/DataObjects/Core_person_signup.php b/DataObjects/Core_person_signup.php index 5d85ec4f..c88898d5 100644 --- a/DataObjects/Core_person_signup.php +++ b/DataObjects/Core_person_signup.php @@ -86,8 +86,11 @@ class Pman_Core_DataObjects_Core_person_signup extends DB_DataObject ); print_R($content);exit; + $sent = DB_DataObject::factory('core_email')->send($content); + print_R($sent);exit; + if(!is_object($sent)){ return true; }