Administrator
/
liniya-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
af56ba2f0f7832c9e81fd9d7886aafbe99b8b44d
Authored by
Administrator
2016-08-26 16:29:35 +0300
1 parent
6583ee6b
big commti
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
common/modules/product/models/Export.php
Inline
Side-by-side
common/modules/product/models/Export.php
Wrap text
Show/Hide comments
View file @
af56ba2
...
...
@@ -91,6 +91,7 @@ class Export extends Model {
91
91
92
92
fputcsv($handle, $to_write, ';');
93
93
unset($product);
94
+ die('first');
94
95
}
95
96
96
97
...
...