diff options
Diffstat (limited to 'api/v1/images.php')
-rw-r--r-- | api/v1/images.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/v1/images.php b/api/v1/images.php index 348dda7..de2c5a9 100644 --- a/api/v1/images.php +++ b/api/v1/images.php @@ -30,7 +30,7 @@ $get = $frontend->parsegetfilters($_GET, $filters); try{ echo json_encode( $scraper->image($get), - JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES + JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES | JSON_INVALID_UTF8_IGNORE ); }catch(Exception $e){ |