Page MenuHomePhabricator

D10432.id25100.diff
No OneTemporary

D10432.id25100.diff

diff --git a/src/parser/PhutilJSONParser.php b/src/parser/PhutilJSONParser.php
--- a/src/parser/PhutilJSONParser.php
+++ b/src/parser/PhutilJSONParser.php
@@ -17,10 +17,10 @@
public function parse($json) {
$jsonlint_root = phutil_get_library_root('phutil').'/../externals/jsonlint';
- require_once($jsonlint_root.'/src/Seld/JsonLint/JsonParser.php');
- require_once($jsonlint_root.'/src/Seld/JsonLint/Lexer.php');
- require_once($jsonlint_root.'/src/Seld/JsonLint/ParsingException.php');
- require_once($jsonlint_root.'/src/Seld/JsonLint/Undefined.php');
+ require_once $jsonlint_root.'/src/Seld/JsonLint/JsonParser.php';
+ require_once $jsonlint_root.'/src/Seld/JsonLint/Lexer.php';
+ require_once $jsonlint_root.'/src/Seld/JsonLint/ParsingException.php';
+ require_once $jsonlint_root.'/src/Seld/JsonLint/Undefined.php';
$parser = new JsonLintJsonParser();
try {

File Metadata

Mime Type
text/plain
Expires
Thu, Mar 20, 3:35 AM (4 w, 12 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7309156
Default Alt Text
D10432.id25100.diff (912 B)

Event Timeline