get read access list for document not folder

This commit is contained in:
Uwe Steinmann 2015-04-20 13:42:38 +02:00
parent aa38261ebf
commit b07b65b574

View File

@ -51,7 +51,7 @@ class SeedDMS_View_SetReviewersApprovers extends SeedDMS_Bootstrap_Style {
$this->contentHeading(getMLText("change_assignments")); $this->contentHeading(getMLText("change_assignments"));
// Retrieve a list of all users and groups that have review / approve privileges. // Retrieve a list of all users and groups that have review / approve privileges.
$docAccess = $folder->getReadAccessList($enableadminrevapp, $enableownerrevapp); $docAccess = $document->getReadAccessList($enableadminrevapp, $enableownerrevapp);
// Retrieve list of currently assigned reviewers and approvers, along with // Retrieve list of currently assigned reviewers and approvers, along with
// their latest status. // their latest status.