From 341507343d942febad994bcc51bc83de508db7de Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Mon, 26 Sep 2016 15:24:50 +0300 Subject: [PATCH] big commti --- common/modules/product/models/Export.php | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/common/modules/product/models/Export.php b/common/modules/product/models/Export.php index f4db9d4..79d3878 100755 --- a/common/modules/product/models/Export.php +++ b/common/modules/product/models/Export.php @@ -11,6 +11,7 @@ class Export extends Model { public $output = []; public function process($dirName, $filename = null, $use_not_enables = false) { + set_time_limit(0); if (is_null($filename)) { $filename = 'products_'. date('d_m_Y_H_i') .'.csv'; } -- libgit2 0.21.4