13 lines
446 B
Diff
13 lines
446 B
Diff
diff --git src/PrestaShopBundle/Install/Install.php src/PrestaShopBundle/Install/Install.php
|
|
index 333909180d..fb896d6624 100644
|
|
--- src/PrestaShopBundle/Install/Install.php
|
|
+++ src/PrestaShopBundle/Install/Install.php
|
|
@@ -974,6 +974,7 @@ class Install extends AbstractInstall
|
|
'producttooltip',
|
|
'sendtoafriend',
|
|
'socialsharing',
|
|
+ 'ps_checkout',
|
|
);
|
|
|
|
$addons_modules = array();
|