updates for removing id and date of birth
authorMark <mark@nirph.com>
Tue, 10 Jan 2017 09:13:14 +0000 (11:13 +0200)
committerMark <mark@nirph.com>
Tue, 10 Jan 2017 09:13:14 +0000 (11:13 +0200)
module/User/src/User/Service/Registration.php

index 4b33854..2986a90 100644 (file)
@@ -47,7 +47,7 @@ class Registration extends \User\DataBin\Registration
                \Utility\Debug::errorLog('create profile', $session->Profile);
                $profile = $profileService->create($session->Profile);
 
                \Utility\Debug::errorLog('create profile', $session->Profile);
                $profile = $profileService->create($session->Profile);
 
-//             $toCompanyId    = '';
+               $toCompanyId    = '';
                $toProfileId    = $profile->id;
                $email                  = $profile->email;
                $mobile                 = null;
                $toProfileId    = $profile->id;
                $email                  = $profile->email;
                $mobile                 = null;