X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Ffinishaddopenid.php;h=35b82ddf9271182da51ee0773e8333f10085c90e;hb=d0559fdf4dafcaf8446b437f4af089c944a23d09;hp=97afc1471692a3a5ae55c580f35b1d790cc6e1b7;hpb=c3adb121ecbd59bdb0a2cb272805f35cd3bc9082;p=quix0rs-gnu-social.git diff --git a/actions/finishaddopenid.php b/actions/finishaddopenid.php index 97afc14716..35b82ddf92 100644 --- a/actions/finishaddopenid.php +++ b/actions/finishaddopenid.php @@ -58,10 +58,14 @@ class FinishaddopenidAction extends Action { $sreg = $sreg_resp->contents(); } + common_debug(print_r($sreg, TRUE), __FILE__); + common_debug(print_r($display, TRUE), __FILE__); + common_debug(print_r($canonical, TRUE), __FILE__); + $other =& $this->get_user($canonical); if ($other) { - $this->message(_t('This OpenID is already associated with user "') . $user->nickname . _t('"')); + $this->message(_t('This OpenID is already associated with user "') . $other->nickname . _t('"')); } else { $cur =& common_current_user(); $result = oid_link_user($cur->id, $display, $canonical);