]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
debugging for addopenid problem
authorEvan Prodromou <evan@prodromou.name>
Wed, 18 Jun 2008 13:26:13 +0000 (09:26 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 18 Jun 2008 13:26:13 +0000 (09:26 -0400)
darcs-hash:20080618132613-84dde-a7d78778af37cf3f20bfeb70ae2d381bc9ae92d4.gz

actions/finishaddopenid.php

index 07d174a5cf00992db2f6a10c13fcd188b988a947..35b82ddf9271182da51ee0773e8333f10085c90e 100644 (file)
@@ -58,6 +58,10 @@ 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) {