mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 20:21:16 +00:00
add note on deprecated $noReadForStatus
This commit is contained in:
parent
0e2b8df36b
commit
1249d069c7
|
@ -149,7 +149,9 @@ class SeedDMS_Core_DMS {
|
|||
|
||||
/**
|
||||
* @var array $noReadForStatus list of status without read right
|
||||
* online
|
||||
* online. DO NOT USE ANYMORE. SeedDMS_Core_DocumentContent::getAccessMode()
|
||||
* was the only method using it, but it now takes the noReadForStatus info
|
||||
* from the user's role
|
||||
* @access public
|
||||
*/
|
||||
public $noReadForStatus;
|
||||
|
|
Loading…
Reference in New Issue
Block a user