diff --git a/module/block/ui/assigntomeblock.html.php b/module/block/ui/assigntomeblock.html.php index 9d922d4380..65d61445a8 100644 --- a/module/block/ui/assigntomeblock.html.php +++ b/module/block/ui/assigntomeblock.html.php @@ -90,7 +90,7 @@ foreach($hasViewPriv as $type => $bool) if($type == 'review') { $statusList = array(); - foreach($data as $review) + foreach($data as $key => $review) { $reviewType = $review->type; if($reviewType == 'projectreview') $reviewType = 'review';