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 //