Skip to content

Commit

Permalink
Turns out I was a bit too eager to remove code
Browse files Browse the repository at this point in the history
  • Loading branch information
lanthaler committed Dec 30, 2015
1 parent 5194f8c commit 6645022
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NQuads.php
Expand Up @@ -152,6 +152,7 @@ public function parse($input)
}

// get graph
$graph = null;
if (isset($match[9]) && $match[9] !== '') {
$graph = new IRI($match[9]);
} elseif (isset($match[10]) && $match[10] !== '') {
Expand Down

0 comments on commit 6645022

Please sign in to comment.