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