N°5490 - PHP 8.0: Fix crash of bulk modify

This commit is contained in:
Eric Espie
2023-01-03 08:50:18 +01:00
parent 4bcad431aa
commit df7d7c877d

View File

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