diff --git a/modules/backend/widgets/Lists.php b/modules/backend/widgets/Lists.php index 2f7e2e465..093b3dbca 100644 --- a/modules/backend/widgets/Lists.php +++ b/modules/backend/widgets/Lists.php @@ -273,7 +273,7 @@ class Lists extends WidgetBase /** * Applies any filters to the model. */ - protected function prepareModel() + public function prepareModel() { $query = $this->model->newQuery(); $primaryTable = $this->model->getTable();