Alex Savenko
/
linija-svitla
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
7a87683e9529855745573b3ca1268ae1adb2f303
Authored by
Administrator
2016-12-14 17:54:25 +0200
1 parent
a2c12481
Ntr
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
common/modules/product/models/Import.php
Inline
Side-by-side
common/modules/product/models/Import.php
Wrap text
Show/Hide comments
View file @
7a87683
...
...
@@ -69,6 +69,7 @@ class Import extends Model {
69
69
$filesize = filesize(Yii::getAlias('@uploadDir') .'/'. Yii::getAlias('@uploadFilePrices'));
70
70
if ($from) {
71
71
fseek($handle, $from);
72
+
72
73
}
73
74
74
75
$j = 0;
...
...