diff --git a/core/dbobject.class.php b/core/dbobject.class.php index 5e5d98594..ebd2d317c 100644 --- a/core/dbobject.class.php +++ b/core/dbobject.class.php @@ -411,6 +411,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 //