mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 14:26:54 +08:00
Update output-data-widgets.md
This commit is contained in:
@ -364,7 +364,7 @@ class PostSearch extends Post
|
|||||||
'query' => $query,
|
'query' => $query,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
// load the seach form data and validate
|
// load the search form data and validate
|
||||||
if (!($this->load($params) && $this->validate())) {
|
if (!($this->load($params) && $this->validate())) {
|
||||||
return $dataProvider;
|
return $dataProvider;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user