From df7d7c877d731a06107309c7dee117a479fd8f4e Mon Sep 17 00:00:00 2001 From: Eric Espie Date: Tue, 3 Jan 2023 08:50:18 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B05490=20-=20PHP=208.0:=20Fix=20crash=20of?= =?UTF-8?q?=20bulk=20modify?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/dbobject.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/dbobject.class.php b/core/dbobject.class.php index d49e31f58..cb444e50b 100644 --- a/core/dbobject.class.php +++ b/core/dbobject.class.php @@ -396,6 +396,8 @@ abstract class DBObject implements iDisplay $this->m_aOrigValues = array(); $this->m_aLoadedAtt = array(); $this->m_bCheckStatus = true; + $this->m_aCheckIssues = []; + $this->m_bSecurityIssue = []; // Get the key //