aboutsummaryrefslogtreecommitdiffstats
path: root/mod/dfrn_request.php
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-08-30 21:08:45 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-08-30 21:08:45 -0700
commit2c1a27b2ae49e03ef348510bcaa08eff509ca6c7 (patch)
tree757572cafbdb627bacfc0e1ad8a5fd9c15b80d8c /mod/dfrn_request.php
parente71672a4092e7795b6ba7f27675fb6316782495c (diff)
downloadvolse-hubzilla-2c1a27b2ae49e03ef348510bcaa08eff509ca6c7.tar.gz
volse-hubzilla-2c1a27b2ae49e03ef348510bcaa08eff509ca6c7.tar.bz2
volse-hubzilla-2c1a27b2ae49e03ef348510bcaa08eff509ca6c7.zip
webfinger client
Diffstat (limited to 'mod/dfrn_request.php')
-rw-r--r--mod/dfrn_request.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/dfrn_request.php b/mod/dfrn_request.php
index 39ff920fa..43a7fc389 100644
--- a/mod/dfrn_request.php
+++ b/mod/dfrn_request.php
@@ -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;
}