diff --git a/views/bootstrap/class.GroupMgr.php b/views/bootstrap/class.GroupMgr.php index 4cb97d4a9..aff4f2a29 100644 --- a/views/bootstrap/class.GroupMgr.php +++ b/views/bootstrap/class.GroupMgr.php @@ -128,9 +128,9 @@ $(document).ready( function() { $i++; } } + echo "".getMLText('pending_reviews')."".$i.""; } if($workflowmode == "traditional" || $workflowmode == 'traditional_only_approval') { - echo "".getMLText('pending_reviews')."".$i.""; $approvalstatus = $selgroup->getApprovalStatus(); $i = 0; foreach($approvalstatus as $rv) {