]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/finishaddopenid.php
debugging for addopenid problem
[quix0rs-gnu-social.git] / actions / finishaddopenid.php
index 97afc1471692a3a5ae55c580f35b1d790cc6e1b7..35b82ddf9271182da51ee0773e8333f10085c90e 100644 (file)
@@ -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);