Skip to content

Commit ffe8ced

Browse files
committed
Check Json types
1 parent f9cf18f commit ffe8ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/Common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public static function mysql_escape($fieldValue)
2121
}
2222

2323
if(self::is_json($fieldValue)){
24-
return self::safeJson($fieldValue);
24+
return $fieldValue;
2525
}
2626

2727
if (!empty($fieldValue) && is_string($fieldValue)) {

0 commit comments

Comments
 (0)