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:
cfd367f
)
add a print_r for the yadis doc returned
author
Evan Prodromou
<evan@prodromou.name>
Fri, 30 May 2008 17:54:36 +0000
(13:54 -0400)
committer
Evan Prodromou
<evan@prodromou.name>
Fri, 30 May 2008 17:54:36 +0000
(13:54 -0400)
darcs-hash:
20080530175436
-84dde-
e55601349cf83ea504924ea3d3733cccf75838e4
.gz
actions/remotesubscribe.php
patch
|
blob
|
history
diff --git
a/actions/remotesubscribe.php
b/actions/remotesubscribe.php
index 2e6e0077765c29670926b37a7d94cd64ba6acd80..8c8ddf1f336482d4e6164a2737fac45fd3aba7fc 100644
(file)
--- a/
actions/remotesubscribe.php
+++ b/
actions/remotesubscribe.php
@@
-82,6
+82,8
@@
class RemotesubscribeAction extends Action {
$this->show_form(_t('Not a valid profile URL (no YADIS document).'));
return;
}
+
+ print_r($yadis);
$omb = $this->getOmb($yadis);