X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=actions%2Fregister.php;h=fc729a29bfbb819bc4f0992ff8e3b9146fc65b2c;hb=de56ccca07e19c5163792c210ff5f6130e91d892;hp=c67235f9d8d8d2e618a67764f54e459c15ca5376;hpb=764a391d196287a9400ee597019c3e5207c5a5f0;p=quix0rs-gnu-social.git diff --git a/actions/register.php b/actions/register.php index c67235f9d8..fc729a29bf 100644 --- a/actions/register.php +++ b/actions/register.php @@ -103,7 +103,8 @@ class RegisterAction extends Action { $user->password = common_munge_password($password, $id); $user->email = $email; $user->created = DB_DataObject_Cast::dateTime(); # current time - + $user->uri = common_mint_tag('user:'.$id); + $result = $user->insert(); if (!$result) { # Try to clean up...