add a print_r for the yadis doc returned

darcs-hash:20080530175436-84dde-e55601349cf83ea504924ea3d3733cccf75838e4.gz
This commit is contained in:
Evan Prodromou 2008-05-30 13:54:36 -04:00
parent cfd367f4cf
commit b899ff617f
1 changed files with 2 additions and 0 deletions

View File

@ -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);