From 929fa2f620d72f22ca5ff8875775a5f9cf9fa33d Mon Sep 17 00:00:00 2001 From: yuri Date: Wed, 13 Feb 2019 12:04:56 +0200 Subject: [PATCH] cleanup --- application/Espo/ORM/Entity.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/application/Espo/ORM/Entity.php b/application/Espo/ORM/Entity.php index 33df8024b5..74d05977db 100644 --- a/application/Espo/ORM/Entity.php +++ b/application/Espo/ORM/Entity.php @@ -400,8 +400,6 @@ abstract class Entity implements IEntity $this->getFetched($name), $this->getAttributeParam($name, 'isUnordered') ); - - return $this->get($name) != $this->getFetched($name); } public static function areValuesEqual($type, $v1, $v2, $isUnordered = false)