diff --git a/src/webui/explore.php b/src/webui/explore.php index 88071e6..dcb5f4d 100644 --- a/src/webui/explore.php +++ b/src/webui/explore.php @@ -217,7 +217,7 @@ if ($config->webui->index->enabled) $captcha = new \Gregwar\Captcha\CaptchaBuilder( null, - new PhraseBuilder( + new \Gregwar\Captcha\PhraseBuilder( $config->webui->captcha->length, $config->webui->captcha->phrase )