partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 3811f0b0751a62a31709903d02581d03f6658c18
parent 3651eb46f3380599234b6d9d82d788bb13156df2
Author: Felicitus <privat@timohummel.com>
Date:   Mon, 13 Jun 2011 01:05:04 +0200

Initialize collection

Diffstat:
Msrc/de/RaumZeitLabor/PartDB2/Part/Part.php | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/de/RaumZeitLabor/PartDB2/Part/Part.php b/src/de/RaumZeitLabor/PartDB2/Part/Part.php @@ -90,6 +90,7 @@ class Part { public function __construct () { $this->distributors = new \Doctrine\Common\Collections\ArrayCollection(); $this->manufacturers = new \Doctrine\Common\Collections\ArrayCollection(); + $this->parameters = new \Doctrine\Common\Collections\ArrayCollection(); } public function getName () {