webfinger client

This commit is contained in:
Mike Macgirvin 2010-08-30 21:08:45 -07:00
parent e71672a409
commit 2c1a27b2ae
2 changed files with 98 additions and 5 deletions

View file

@ -204,7 +204,7 @@ function dfrn_request_post(&$a) {
}
if(! strlen($url)) {
notice(t("Unable to resolve your name at the provided location.") . EOL);
notice( t("Unable to resolve your name at the provided location.") . EOL);
return;
}