diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2008-06-19 11:18:03 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2008-06-19 11:18:03 -0400 |
commit | 26c7d5f04ea7808c8a3addf1d4ed56d36a36b6c9 (patch) | |
tree | 3f11fa1eea97ea21623390e09711c29fd81f5cdb /actions/finishopenidlogin.php | |
parent | d08a2761f2d1d4ee568dd7846ae8b03668497b45 (diff) |
need a profileurl for new users
darcs-hash:20080619151803-5ed1f-53df3a53f1147233658397c3c6d2cd6a2202b199.gz
Diffstat (limited to 'actions/finishopenidlogin.php')
-rw-r--r-- | actions/finishopenidlogin.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actions/finishopenidlogin.php b/actions/finishopenidlogin.php index 2db941275..da2a05c26 100644 --- a/actions/finishopenidlogin.php +++ b/actions/finishopenidlogin.php @@ -190,6 +190,8 @@ class FinishopenidloginAction extends Action { # XXX save language if it's passed # XXX save timezone if it's passed + $profile->profileurl = common_profile_url($nickname); + $profile->created = DB_DataObject_Cast::dateTime(); # current time $id = $profile->insert(); |