Commit 441c281bb09758cb152b2002d0c4937c8f9f7cd2
1 parent
d20488aa
Import test
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
common/modules/product/models/Import.php
| ... | ... | @@ -267,7 +267,7 @@ |
| 267 | 267 | $is_utf = ( preg_match( |
| 268 | 268 | '//u', |
| 269 | 269 | file_get_contents( |
| 270 | - Yii::getAlias('@uploadDir') . '/' . Yiiа::getAlias('@uploadFileProducts'), | |
| 270 | + Yii::getAlias('@uploadDir') . '/' . Yii::getAlias('@uploadFileProducts'), | |
| 271 | 271 | null, |
| 272 | 272 | null, |
| 273 | 273 | null, | ... | ... |