From 8f58172c5c54b38ee5d163668a1643926425bf18 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Fri, 25 Oct 2024 10:44:31 +0200 Subject: [PATCH] post.php: fix captcha call typo --- post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post.php b/post.php index 23593a67..65c48229 100644 --- a/post.php +++ b/post.php @@ -654,7 +654,7 @@ if (isset($_POST['delete'])) { } // Remote 3rd party captchas. elseif ($provider && (!$dynamic || $dynamic === $_SERVER['REMOTE_ADDR'])) { - $query = $content->get(RemoteCaptchaQuery::class); + $query = $context->get(RemoteCaptchaQuery::class); $field = $query->responseField(); if (!isset($_POST[$field])) {