]> git.mxchange.org Git - friendica.git/blobdiff - mod/dfrn_request.php
Fix spaces around t() and tt()
[friendica.git] / mod / dfrn_request.php
index 5a2f3c28283c589b046e1d16bd1ad1d9dd1da31d..3cd8473cf314120f12f421dc2d874d0983fc2cd1 100644 (file)
@@ -540,7 +540,7 @@ function dfrn_request_content(&$a) {
                                                '$sitename' => $a->config['sitename']
                                        ));
                                        $res = mail($r[0]['email'], 
-                                               t("Introduction received at ") . $a->config['sitename'],
+                                           t("Introduction received at ") . $a->config['sitename'],
                                                $email,
                                                'From: ' . t('Administrator') . '@' . $_SERVER['SERVER_NAME'] );
                                        // This is a redundant notification - no point throwing errors if it fails.