]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
add a print_r for the yadis doc returned
authorEvan Prodromou <evan@prodromou.name>
Fri, 30 May 2008 17:54:36 +0000 (13:54 -0400)
committerEvan Prodromou <evan@prodromou.name>
Fri, 30 May 2008 17:54:36 +0000 (13:54 -0400)
darcs-hash:20080530175436-84dde-e55601349cf83ea504924ea3d3733cccf75838e4.gz

actions/remotesubscribe.php

index 2e6e0077765c29670926b37a7d94cd64ba6acd80..8c8ddf1f336482d4e6164a2737fac45fd3aba7fc 100644 (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);