Commit 9c542974 by Qiang Xue

Fixes #3212: removed unnecessary prepare() call.

parent 480114e8
...@@ -101,7 +101,6 @@ abstract class BaseListView extends Widget ...@@ -101,7 +101,6 @@ abstract class BaseListView extends Widget
if ($this->emptyText === null) { if ($this->emptyText === null) {
$this->emptyText = Yii::t('yii', 'No results found.'); $this->emptyText = Yii::t('yii', 'No results found.');
} }
$this->dataProvider->prepare();
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment