From ab71b33c3f37e6f1221343d7b924a52a95371415 Mon Sep 17 00:00:00 2001 From: Dave Longley Date: Sun, 4 Mar 2012 02:30:35 -0500 Subject: [PATCH] Fix error message. --- jsonld.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsonld.php b/jsonld.php index d726bd4..4348aae 100644 --- a/jsonld.php +++ b/jsonld.php @@ -298,7 +298,7 @@ function jsonld_resolve($input, $resolver) if($tmp === null) { throw new Exception( - 'Could not resolve @context URL ("$url"), ' . + "Could not resolve @context URL ('$url'), " . 'malformed JSON detected.'); } $urls[$url] = $tmp->{'@context'};