]> git.mxchange.org Git - friendica.git/blobdiff - mod/dfrn_request.php
Photo model. Small fix to `update()`
[friendica.git] / mod / dfrn_request.php
index 15e11c3dab33029f99eca968da730d2ad91c5b8e..0c7f4c2a6e820ddaac256dad38d16f9509bf0d59 100644 (file)
@@ -589,8 +589,7 @@ function dfrn_request_content(App $a)
                        }
                }
 
-               killme();
-               return; // NOTREACHED
+               exit();
        } else {
                // Normal web request. Display our user's introduction form.
                if ((Config::get('system', 'block_public')) && (!local_user()) && (!remote_user())) {
@@ -632,10 +631,7 @@ function dfrn_request_content(App $a)
 
                $page_desc = L10n::t("Please enter your 'Identity Address' from one of the following supported communications networks:");
 
-               $invite_desc = sprintf(
-                       L10n::t('If you are not yet a member of the free social web, <a href="%s">follow this link to find a public Friendica site and join us today</a>.'),
-                       get_server() . '/servers'
-               );
+               $invite_desc = L10n::t('If you are not yet a member of the free social web, <a href="%s">follow this link to find a public Friendica site and join us today</a>.', get_server() . '/servers');
 
                $o = Renderer::replaceMacros($tpl, [
                        '$header' => L10n::t('Friend/Connection Request'),