Correction dans Custom\Model\Entity
[zf2.biz/galerie.git] / 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)) {