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

Commit

Permalink
Merge branch 'hotfix/2418'
Browse files Browse the repository at this point in the history
Close #2418
  • Loading branch information
weierophinney committed Oct 1, 2012
2 parents 7823ae2 + 31ce023 commit f6cafcd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/Zend/Form/Element/Collection.php
Expand Up @@ -157,6 +157,8 @@ public function setObject($object)
}

$this->object = $object;
$this->count = count($object);

return $this;
}

Expand Down

0 comments on commit f6cafcd

Please sign in to comment.