From 5c34d57012fedef39bec54e6af657cb42efc52a6 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 11 Jan 2024 16:38:17 +0200 Subject: [PATCH] ref --- application/Espo/ORM/BaseEntity.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/Espo/ORM/BaseEntity.php b/application/Espo/ORM/BaseEntity.php index 3a7395befb..7569330049 100644 --- a/application/Espo/ORM/BaseEntity.php +++ b/application/Espo/ORM/BaseEntity.php @@ -178,7 +178,6 @@ class BaseEntity implements Entity if (is_string($p1)) { $name = $p1; - $value = $p2; if ($name == 'id') { $this->id = $value;