mirror of
https://github.com/friendica/friendica
synced 2025-04-23 23:50:12 +00:00
ypot
This commit is contained in:
parent
0215ceeecd
commit
1377d13055
3 changed files with 4 additions and 4 deletions
|
@ -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/');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue