diff --git a/module/my/control.php b/module/my/control.php index f4f4a98646..75e03d3233 100755 --- a/module/my/control.php +++ b/module/my/control.php @@ -962,7 +962,10 @@ EOF; } else { - $this->lang->my->auditMenu->audit = $this->my->getReviewingTypeList(); + $typeList = $this->my->getReviewingTypeList(); + if(!isset($typeList->$browseType)) $browseType = 'all'; + + $this->lang->my->auditMenu->audit = $typeList; $reviewList = $this->my->getReviewingList($browseType, $orderBy, $pager); }