Correction dans Custom\Model\Entity
authorSébastien CHAZALLET <s.chazallet@gmail.com>
Fri, 16 Nov 2012 10:25:03 +0000 (11:25 +0100)
committerSébastien CHAZALLET <s.chazallet@gmail.com>
Fri, 16 Nov 2012 10:25:03 +0000 (11:25 +0100)
vendor/zf2biz/Custom/Model/Entity.php

index f261e5a..9588c47 100644 (file)
@@ -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)) {