clear _notifyList in clearCache()

This commit is contained in:
Uwe Steinmann 2021-09-24 10:17:04 +02:00
parent 0f5b189838
commit 3d7357fca9

View File

@ -146,6 +146,7 @@ class SeedDMS_Core_Folder extends SeedDMS_Core_Object {
$this->_subFolders = null;
$this->_documents = null;
$this->_accessList = null;
$this->_notifyList = null;
} /* }}} */
/**