There was an error while loading. Please reload this page.
2 parents 98cab36 + 4f18965 commit f5f91faCopy full SHA for f5f91fa
engine.php
@@ -59,7 +59,7 @@
59
);
60
file_put_contents(
61
'php://stdout',
62
- json_encode($cleaned_single_issue, JSON_UNESCAPED_SLASHES, JSON_UNESCAPED_UNICODE)
+ json_encode($cleaned_single_issue, JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE)
63
64
file_put_contents('php://stdout', chr(0));
65
}
0 commit comments