debugging for addopenid problem

darcs-hash:20080618132613-84dde-a7d78778af37cf3f20bfeb70ae2d381bc9ae92d4.gz
This commit is contained in:
Evan Prodromou 2008-06-18 09:26:13 -04:00
parent 1a112c11b7
commit d0559fdf4d
1 changed files with 4 additions and 0 deletions

View 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) {