From 79781e478ac173deb7f73b573938700488cd5d86 Mon Sep 17 00:00:00 2001 From: yarik Date: Thu, 27 Oct 2016 17:27:27 +0300 Subject: [PATCH] Export fix --- common/modules/product/models/Export.php | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/common/modules/product/models/Export.php b/common/modules/product/models/Export.php index 0172b0e..ff46739 100644 --- a/common/modules/product/models/Export.php +++ b/common/modules/product/models/Export.php @@ -27,7 +27,6 @@ $handle = fopen(\Yii::getAlias('@storage/sync/') . $filename, "a"); } - $products = Product::find() ->with([ 'variantsWithFilters', -- libgit2 0.21.4