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

Commit

Permalink
Merge branch 'master' of git://github.com/Grundik/zf2 into hotfix/pri…
Browse files Browse the repository at this point in the history
…oritylist

Conflicts:
	library/Zend/Stdlib/PriorityList.php
  • Loading branch information
samsonasik committed Nov 19, 2014
2 parents 5b4443c + e9812a0 commit faf7f7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/Zend/Stdlib/PriorityList.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ public function rewind()
public function current()
{
$node = current($this->items);
$this->currentNode = $node;
return ($node !== false ? $node['data'] : false);
}

Expand Down

0 comments on commit faf7f7b

Please sign in to comment.