Corrections sur Custom\Model, Entity et Manager
[zf2.biz/galerie.git] / vendor / zf2biz / Custom / Model / Entity.php
index 7788491..25f334d 100644 (file)
@@ -4,7 +4,7 @@ namespace Custom\Model;
 class Entity
 {
 
-    public function exchangeArray($data, $overwrite=true)
+    public function exchangeArray($data, $overwrite=false)
     {
         foreach($this->columns as $col) {
             if (array_key_exists($col, $data)) {