diff --git a/framework/widgets/BaseListView.php b/framework/widgets/BaseListView.php index e26519a114..e2724a9bdb 100644 --- a/framework/widgets/BaseListView.php +++ b/framework/widgets/BaseListView.php @@ -101,7 +101,6 @@ abstract class BaseListView extends Widget if ($this->emptyText === null) { $this->emptyText = Yii::t('yii', 'No results found.'); } - $this->dataProvider->prepare(); } /**