From b899ff617f757e234d1954d4c71e4d55e739a1dd Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 30 May 2008 13:54:36 -0400 Subject: [PATCH] add a print_r for the yadis doc returned darcs-hash:20080530175436-84dde-e55601349cf83ea504924ea3d3733cccf75838e4.gz --- actions/remotesubscribe.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/actions/remotesubscribe.php b/actions/remotesubscribe.php index 2e6e007776..8c8ddf1f33 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);