]> git.mxchange.org Git - friendica.git/blobdiff - mod/dfrn_request.php
Remove unused template variable in dfrn_req_confirm
[friendica.git] / mod / dfrn_request.php
index 16a2da55607cca309f96959d8134ceefa1658e29..0e24accc013855f307e70b8c5ddcf1249ad58aa7 100644 (file)
@@ -512,8 +512,7 @@ function dfrn_request_content(App $a)
 
                        dfrn_request_post($a);
 
-                       killme();
-                       return; // NOTREACHED
+                       exit();
                }
 
                $tpl = Renderer::getMarkupTemplate("dfrn_req_confirm.tpl");
@@ -521,7 +520,6 @@ function dfrn_request_content(App $a)
                        '$dfrn_url' => $dfrn_url,
                        '$aes_allow' => (($aes_allow) ? '<input type="hidden" name="aes_allow" value="1" />' : "" ),
                        '$hidethem' => L10n::t('Hide this contact'),
-                       '$hidechecked' => '',
                        '$confirm_key' => $confirm_key,
                        '$welcome' => L10n::t('Welcome home %s.', $a->user['username']),
                        '$please' => L10n::t('Please confirm your introduction/connection request to %s.', $dfrn_url),