Minor - correct variable BT#15056

pull/2913/head
Julio Montoya 7 years ago
parent 52c77b30d0
commit 65fab0e98c
  1. 2
      tests/scripts/fix_documents_path.php

@ -76,7 +76,7 @@ foreach ($courses as $course) {
$question = Database::escape_string($question);
$sql = "UPDATE c_quiz_question SET
description = '$newContent',
description = '$description',
question = '$question'
WHERE iid = $id";
Database::query($sql);

Loading…
Cancel
Save