Skip to content

Commit

Permalink
Minor - correct variable BT#15056
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontoyaa committed May 20, 2019
1 parent 52c77b3 commit 65fab0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/fix_documents_path.php
Expand Up @@ -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);
Expand Down

0 comments on commit 65fab0e

Please sign in to comment.