add a print_r for the yadis doc returned
darcs-hash:20080530175436-84dde-e55601349cf83ea504924ea3d3733cccf75838e4.gz
This commit is contained in:
parent
cfd367f4cf
commit
b899ff617f
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user