diff --git a/op/op.SetReviewersApprovers.php b/op/op.SetReviewersApprovers.php index b2b4ef0d4..46d7f2d2c 100644 --- a/op/op.SetReviewersApprovers.php +++ b/op/op.SetReviewersApprovers.php @@ -79,7 +79,7 @@ foreach ($docAccess["groups"] as $i=>$da) { // their latest status. $reviewStatus = $content->getReviewStatus(); $approvalStatus = $content->getApprovalStatus(); -// Index the review results for easy cross-reference with the Approvers List. +// Index the review results for easy cross-reference with the reviewers List. $reviewIndex = array("i"=>array(), "g"=>array()); foreach ($reviewStatus as $i=>$rs) { if ($rs["status"]!=-2) { @@ -91,7 +91,7 @@ foreach ($reviewStatus as $i=>$rs) { } } } -// Index the approval results for easy cross-reference with the Approvers List. +// Index the approval results for easy cross-reference with the approvers List. $approvalIndex = array("i"=>array(), "g"=>array()); foreach ($approvalStatus as $i=>$rs) { if ($rs["status"]!=-2) {