From 65fab0e98c5a0cb97f976084a4de4cd7916d2bbf Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Mon, 20 May 2019 15:11:12 +0200 Subject: [PATCH] Minor - correct variable BT#15056 --- tests/scripts/fix_documents_path.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/fix_documents_path.php b/tests/scripts/fix_documents_path.php index 5f11414b4c5..b3ec3dc4ada 100644 --- a/tests/scripts/fix_documents_path.php +++ b/tests/scripts/fix_documents_path.php @@ -76,7 +76,7 @@ $question = Database::escape_string($question); $sql = "UPDATE c_quiz_question SET - description = '$newContent', + description = '$description', question = '$question' WHERE iid = $id"; Database::query($sql);