diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-05-30 13:54:36 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-05-30 13:54:36 -0400 |
commit | b899ff617f757e234d1954d4c71e4d55e739a1dd (patch) | |
tree | 7137b78f6d2d86605617d69250cd959b443f66fc | |
parent | cfd367f4cf0e5c1f23ef94ae7f0d092d9c324eb0 (diff) |
add a print_r for the yadis doc returned
darcs-hash:20080530175436-84dde-e55601349cf83ea504924ea3d3733cccf75838e4.gz
-rw-r--r-- | actions/remotesubscribe.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actions/remotesubscribe.php b/actions/remotesubscribe.php index 2e6e00777..8c8ddf1f3 100644 --- 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); |