diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-08-30 21:08:45 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-08-30 21:08:45 -0700 |
commit | 2c1a27b2ae49e03ef348510bcaa08eff509ca6c7 (patch) | |
tree | 757572cafbdb627bacfc0e1ad8a5fd9c15b80d8c /mod | |
parent | e71672a4092e7795b6ba7f27675fb6316782495c (diff) | |
download | volse-hubzilla-2c1a27b2ae49e03ef348510bcaa08eff509ca6c7.tar.gz volse-hubzilla-2c1a27b2ae49e03ef348510bcaa08eff509ca6c7.tar.bz2 volse-hubzilla-2c1a27b2ae49e03ef348510bcaa08eff509ca6c7.zip |
webfinger client
Diffstat (limited to 'mod')
-rw-r--r-- | mod/dfrn_request.php | 2 |
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; } |