Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/3369'
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Jan 7, 2013
2 parents a4d12c0 + e69e040 commit 295467a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Decoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ protected function _decodeObject()
protected function _decodeArray()
{
$result = array();
$starttok = $tok = $this->_getNextToken(); // Move past the '['
$tok = $this->_getNextToken(); // Move past the '['
$index = 0;

while ($tok && $tok != self::RBRACKET) {
Expand Down

0 comments on commit 295467a

Please sign in to comment.