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 f9cf18f commit ffe8cedCopy full SHA for ffe8ced
src/Common/Common.php
@@ -21,7 +21,7 @@ public static function mysql_escape($fieldValue)
21
}
22
23
if(self::is_json($fieldValue)){
24
- return self::safeJson($fieldValue);
+ return $fieldValue;
25
26
27
if (!empty($fieldValue) && is_string($fieldValue)) {
0 commit comments