mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 14:26:54 +08:00
Fixes #3212: removed unnecessary prepare() call.
This commit is contained in:
@ -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();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user