X-Git-Url: http://git.inspyration.org/?p=zf2.biz%2Fgalerie.git;a=blobdiff_plain;f=vendor%2Fzf2biz%2FCustom%2FModel%2FEntity.php;h=9588c47c979533f54d04af41616ddb99906204d7;hp=f261e5a4d43d2ca53189db7682ba1f21aa41149c;hb=babcc3634f10a2112cc38541feb9b4195c0df2e2;hpb=590d9e5f7f81b81a4a62fb0795e029ef91441e60 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)) {