From babcc3634f10a2112cc38541feb9b4195c0df2e2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20CHAZALLET?= Date: Fri, 16 Nov 2012 11:25:03 +0100 Subject: [PATCH] Correction dans Custom\Model\Entity --- vendor/zf2biz/Custom/Model/Entity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) { -- 1.7.10.4