Skip to content

Commit

Permalink
Merge pull request yiisoft#8295 from githubjeka/patch-5
Browse files Browse the repository at this point in the history
Fixed a typo. (depends on commit ab75cb8)
  • Loading branch information
qiangxue committed May 6, 2015
2 parents 5d4780d + 8b532b8 commit feec81e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide-ru/input-file-upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public function rules()
public function rules()
{
return [
[['file'], 'file', 'checkExtensionByMimeType' => false, 'extensions' => 'csv', 'mimeTypes' => 'text/csv'],
[['file'], 'file', 'checkExtensionByMimeType' => false, 'extensions' => 'csv', 'mimeTypes' => 'text/plain'],
];
}
```
Expand Down

0 comments on commit feec81e

Please sign in to comment.