diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2011-03-13 13:50:44 +0100 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2011-03-13 13:50:44 +0100 |
commit | a7af6df962bad0901611d28450a990831fb25680 (patch) | |
tree | c957a0d41837a0801e200757c180a1651c19951e /mod/dfrn_confirm.php | |
parent | a00beafe7ffb859c2e9f267c81f7054ac6452cbf (diff) | |
download | volse-hubzilla-a7af6df962bad0901611d28450a990831fb25680.tar.gz volse-hubzilla-a7af6df962bad0901611d28450a990831fb25680.tar.bz2 volse-hubzilla-a7af6df962bad0901611d28450a990831fb25680.zip |
Fix spaces around t() and tt()
Diffstat (limited to 'mod/dfrn_confirm.php')
-rw-r--r-- | mod/dfrn_confirm.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/dfrn_confirm.php b/mod/dfrn_confirm.php index edca629ae..1bf1ba954 100644 --- a/mod/dfrn_confirm.php +++ b/mod/dfrn_confirm.php @@ -645,7 +645,7 @@ function dfrn_confirm_post(&$a,$handsfree = null) { '$uid' => $newuid ) ); - $res = mail($r[0]['email'], sprintf(t("Connection accepted at %s"), $a->config['sitename']), + $res = mail($r[0]['email'], sprintf( t("Connection accepted at %s") , $a->config['sitename']), $email_tpl, 'From: ' . t('Administrator') . '@' . $_SERVER['SERVER_NAME'] ); if(!$res) { // pointless throwing an error here and confusing the person at the other end of the wire. |