From: Sébastien CHAZALLET Date: Fri, 16 Nov 2012 10:25:03 +0000 (+0100) Subject: Correction dans Custom\Model\Entity X-Git-Url: http://git.inspyration.org/?p=zf2.biz%2Fgalerie.git;a=commitdiff_plain;h=babcc3634f10a2112cc38541feb9b4195c0df2e2 Correction dans Custom\Model\Entity --- diff --git a/vendor/zf2biz/Custom/Model/Entity.php b/vendor/zf2biz/Custom/Model/Entity.php index f261e5a..9588c47 100644 --- a/vendor/zf2biz/Custom/Model/Entity.php +++ b/vendor/zf2biz/Custom/Model/Entity.php @@ -14,7 +14,7 @@ class Entity implements InputFilterAwareInterface protected $inputFilter; - public function exchangeArray($data, $overwrite=true) + public function exchangeArray($data, $overwrite=false) { foreach($this->columns as $col) { if (array_key_exists($col, $data)) {