Skip to content

Commit

Permalink
Merge pull request #7 from slejnej/master
Browse files Browse the repository at this point in the history
Update PdftkDumpParser.php
  • Loading branch information
wesnick authored Jan 25, 2018
2 parents 11247e9 + 218cbea commit cb0e074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Wesnick/FdfUtility/Parser/PdftkDumpParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ private function processFieldBlock($start, $stop)
continue;
}

list($index, $value) = array_map('trim', explode(':', $this->currentContents[$x]));
list($index, $value) = array_map('trim', explode(':', $this->currentContents[$x], 2));

// Options are an array
if ('FieldStateOption' === $index) {
Expand Down

0 comments on commit cb0e074

Please sign in to comment.