X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=vendor%2Fzf2biz%2FCustom%2FModel%2FEntity.php;fp=vendor%2Fzf2biz%2FCustom%2FModel%2FEntity.php;h=25f334dd1bee3ed445f52a81259c5fcfbe2da7cf;hb=1d8dc5f8f0a8510e71a99d11f4b09d6dbb970e8a;hp=7788491c34028d879dca52e9b06e1521204afb2e;hpb=aa1c7f5a2437df40f75e7f2ff907c8e314593680;p=zf2.biz%2Fgalerie.git diff --git a/vendor/zf2biz/Custom/Model/Entity.php b/vendor/zf2biz/Custom/Model/Entity.php index 7788491..25f334d 100644 --- a/vendor/zf2biz/Custom/Model/Entity.php +++ b/vendor/zf2biz/Custom/Model/Entity.php @@ -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)) {