diff --git a/src/Reports/PagesWithoutReviewScheduleReport.php b/src/Reports/PagesWithoutReviewScheduleReport.php index 0b9ef9e..73c25e5 100644 --- a/src/Reports/PagesWithoutReviewScheduleReport.php +++ b/src/Reports/PagesWithoutReviewScheduleReport.php @@ -154,7 +154,7 @@ class PagesWithoutReviewScheduleReport extends Report $options = $record->getOptions(); - if ($options->OwnerGroups()->count() == 0 && $options->OwnerUsers()->count() == 0) { + if (!$options || ($options->OwnerGroups()->count() == 0 && $options->OwnerUsers()->count() == 0)) { return false; }