]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Register.php
Group selection: Respect "pubmail" and ignore atchived or blocked contacts
[friendica.git] / src / Module / Register.php
index aaca8c02e2c3d275681631d96afab2ca9aa8903d..ad49555e699d77bd4aa06b24b085c977756e9a9a 100644 (file)
@@ -262,7 +262,7 @@ class Register extends BaseModule
                                $a->internalRedirect('register/');
                        }
                        // Is there text in the tar pit?
-                       if (!empty($_POST('registertarpit'))) {
+                       if (!empty($_POST['registertarpit'])) {
                                \notice(L10n::t('You have entered too much information.'));
                                $a->internalRedirect('register/');
                        }