We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1665e9 commit ec5d1e0Copy full SHA for ec5d1e0
src/Common/Common.php
@@ -38,7 +38,7 @@ public static function mysql_escape($fieldValue)
38
protected static function safeJsonString($fieldValue){
39
return str_replace(
40
["'"],
41
- ["\\'"],
+ ["''"],
42
$fieldValue
43
);
44
}
0 commit comments