diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2022-05-02 12:05:44 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2022-05-02 12:05:44 +0100 |
| commit | e6b1f16dbde2f239548eb500299d7c9aef0b43c1 (patch) | |
| tree | 764db233863a98751ff104b4c04033a50617d381 /app/Http/RequestHandlers/RegisterPage.php | |
| parent | 9e3c2cf9009c4c2140f50ddfc80b91f2f82cdce5 (diff) | |
| download | webtrees-e6b1f16dbde2f239548eb500299d7c9aef0b43c1.tar.gz webtrees-e6b1f16dbde2f239548eb500299d7c9aef0b43c1.tar.bz2 webtrees-e6b1f16dbde2f239548eb500299d7c9aef0b43c1.zip | |
Fix broken captcha service
Diffstat (limited to 'app/Http/RequestHandlers/RegisterPage.php')
| -rw-r--r-- | app/Http/RequestHandlers/RegisterPage.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Http/RequestHandlers/RegisterPage.php b/app/Http/RequestHandlers/RegisterPage.php index 5e6c905507..995ecfb52b 100644 --- a/app/Http/RequestHandlers/RegisterPage.php +++ b/app/Http/RequestHandlers/RegisterPage.php @@ -60,7 +60,7 @@ class RegisterPage implements RequestHandlerInterface { $this->checkRegistrationAllowed(); - $tree = Validator::attributes($request)->treeOptional(); + $tree = Validator::attributes($request)->treeOptional(); $comments = Session::get('register_comments'); $comments = is_string($comments) ? $comments : ''; |
