Fix spaces around t() and tt()
This commit is contained in:
parent
a00beafe7f
commit
a7af6df962
8 changed files with 10 additions and 10 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue