Created
February 28, 2018 05:37
-
-
Save Schrank/a1bde64722df2a23602ee5c3d944970d to your computer and use it in GitHub Desktop.
Webshopapps Productmatrix PHP 7.2 compatible
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: www/vendor/webshopapps/productmatrix/app/code/community/Webshopapps/Productmatrix/Model/Mysql4/Carrier/Productmatrix.php | |
IDEA additional info: | |
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
<+>UTF-8 | |
=================================================================== | |
--- www/vendor/webshopapps/productmatrix/app/code/community/Webshopapps/Productmatrix/Model/Mysql4/Carrier/Productmatrix.php (date 1519796135000) | |
+++ www/vendor/webshopapps/productmatrix/app/code/community/Webshopapps/Productmatrix/Model/Mysql4/Carrier/Productmatrix.php (date 1519796135000) | |
@@ -1715,7 +1715,7 @@ | |
$weight = 0; | |
$qty = 0; | |
$price = 0; | |
- $temp = ''; | |
+ $temp = []; | |
$product = null; | |
if ($item->getProduct()->isVirtual()) { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment