From: Evan Prodromou Date: Fri, 30 May 2008 17:54:36 +0000 (-0400) Subject: add a print_r for the yadis doc returned X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b899ff617f757e234d1954d4c71e4d55e739a1dd;p=quix0rs-gnu-social.git add a print_r for the yadis doc returned darcs-hash:20080530175436-84dde-e55601349cf83ea504924ea3d3733cccf75838e4.gz --- 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);