mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
allow all users to receipt a document
This commit is contained in:
parent
1c7bc39c80
commit
736b916286
|
@ -60,7 +60,7 @@ $folder = $document->getFolder();
|
|||
// Retrieve a list of all users and groups that have read rights.
|
||||
// Afterwards, reorganize them in two arrays with its key being the
|
||||
// userid or groupid
|
||||
$docAccess = $document->getReadAccessList();
|
||||
$docAccess = $document->getReadAccessList(true, true);
|
||||
$accessIndex = array("i"=>array(), "g"=>array());
|
||||
foreach ($docAccess["users"] as $i=>$da) {
|
||||
$accessIndex["i"][$da->getID()] = $da;
|
||||
|
|
Loading…
Reference in New Issue
Block a user