projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a112c1
)
debugging for addopenid problem
author
Evan Prodromou
<evan@prodromou.name>
Wed, 18 Jun 2008 13:26:13 +0000
(09:26 -0400)
committer
Evan Prodromou
<evan@prodromou.name>
Wed, 18 Jun 2008 13:26:13 +0000
(09:26 -0400)
darcs-hash:
20080618132613
-84dde-
a7d78778af37cf3f20bfeb70ae2d381bc9ae92d4
.gz
actions/finishaddopenid.php
patch
|
blob
|
history
diff --git
a/actions/finishaddopenid.php
b/actions/finishaddopenid.php
index 07d174a5cf00992db2f6a10c13fcd188b988a947..35b82ddf9271182da51ee0773e8333f10085c90e 100644
(file)
--- a/
actions/finishaddopenid.php
+++ b/
actions/finishaddopenid.php
@@
-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) {