This commit is contained in:
yuri
2019-02-13 12:04:56 +02:00
parent fb66c5ec60
commit 929fa2f620
-2
View File
@@ -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)