Skip to content
Permalink
Browse files Browse the repository at this point in the history
Escape query when displaying
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Feb 25, 2016
1 parent 2b1a68c commit 3a6a9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/sql-parser/src/Utils/Error.php
Expand Up @@ -90,7 +90,7 @@ public static function format(
++$i,
$err[0],
$err[1],
$err[2],
htmlspecialchars($err[2]),
$err[3]
);
}
Expand Down

0 comments on commit 3a6a9a8

Please sign in to comment.