From 9d1d581727b496171305f00fac540fb137a4a79c Mon Sep 17 00:00:00 2001 From: marcusgreen Date: Mon, 9 Dec 2024 17:55:38 +0000 Subject: [PATCH] Fix to setting that check if the response should be translated into the users current language settings. It was always being done because of a duplicate line. --- question.php | 1 - 1 file changed, 1 deletion(-) diff --git a/question.php b/question.php index c02f48a..ebc70b3 100755 --- a/question.php +++ b/question.php @@ -278,7 +278,6 @@ public function build_full_ai_prompt($response, $aiprompt, $defaultmark, $marksc $prompt .= ' translate the feedback to the language '.current_language(); }; - $prompt .= ' translate the feedback to the language '.current_language(); return $prompt;