Merge branch 'support/3.0' into develop

This commit is contained in:
Eric Espie
2023-01-03 08:52:10 +01:00

View File

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