Commit 341507343d942febad994bcc51bc83de508db7de
1 parent
0821912c
big commti
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
common/modules/product/models/Export.php
| ... | ... | @@ -11,6 +11,7 @@ class Export extends Model { |
| 11 | 11 | public $output = []; |
| 12 | 12 | |
| 13 | 13 | public function process($dirName, $filename = null, $use_not_enables = false) { |
| 14 | + set_time_limit(0); | |
| 14 | 15 | if (is_null($filename)) { |
| 15 | 16 | $filename = 'products_'. date('d_m_Y_H_i') .'.csv'; |
| 16 | 17 | } | ... | ... |