]> git.mxchange.org Git - friendica.git/commitdiff
ypot
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 3 Nov 2019 16:37:53 +0000 (17:37 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 3 Nov 2019 16:37:53 +0000 (17:37 +0100)
src/Module/Register.php
view/templates/register.tpl
view/theme/frio/templates/register.tpl

index 4071020e320b55db765ea5741e1dedaece48cbcf..0837b5706edf8099d8201acbdbd37e260e11910c 100644 (file)
@@ -261,8 +261,8 @@ class Register extends BaseModule
 
                                $a->internalRedirect('register/');
                        }
-                       // Is there text in the tar pid?
-                       if (!empty($_POST('registeertarpid'))) {
+                       // Is there text in the tar pit?
+                       if (!empty($_POST('registertarpit'))) {
                                \notice(L10n::t('You have entered too much information.'));
                                $a->internalRedirect('register/');
                        }
index 609aa577194080d61acfa4972ed867520fe80d4a..7aa1a4d991f1c3f138233ef9f21818f9b1199812 100644 (file)
@@ -56,7 +56,7 @@
 
 {{if $permonly}}
     {{include file="field_textarea.tpl" field=$permonlybox}}
-       <input type="input" id="registertarpid" style="display: none;" placeholder="Don't enter anything here" />
+       <input type="input" id="registertarpit" style="display: none;" placeholder="Don't enter anything here" />
 {{/if}}
 
        {{$publish nofilter}}
index 1ad53aad6d57aa36a7f3198811f03ccfc820b2a8..81e519ef7505eaa6c0bc3f3f83d3a140fa577729 100644 (file)
@@ -56,7 +56,7 @@
 
                {{if $permonly}}
                {{include file="field_textarea.tpl" field=$permonlybox}}
-               <input type="input" id="registertarpid" style="display: none;" placeholder="Don't enter anything here"/>
+               <input type="input" id="registertarpit" style="display: none;" placeholder="Don't enter anything here"/>
                {{/if}}
 
                {{$publish nofilter}}