mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 13:06:14 +00:00
clear _notifyList in clearCache()
This commit is contained in:
parent
0f5b189838
commit
3d7357fca9
|
@ -146,6 +146,7 @@ class SeedDMS_Core_Folder extends SeedDMS_Core_Object {
|
||||||
$this->_subFolders = null;
|
$this->_subFolders = null;
|
||||||
$this->_documents = null;
|
$this->_documents = null;
|
||||||
$this->_accessList = null;
|
$this->_accessList = null;
|
||||||
|
$this->_notifyList = null;
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue
Block a user