Skip to content

Commit

Permalink
// blockwishlist and sendtoafriend no longer installed by default
Browse files Browse the repository at this point in the history
  • Loading branch information
djfm committed Feb 10, 2016
1 parent 28ad7c3 commit b89aa89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@
"prestashop/productpaymentlogos": "dev-master",
"prestashop/productscategory": "dev-master",
"prestashop/producttooltip": "dev-master",
"prestashop/sendtoafriend": "dev-master",
"prestashop/sekeywords": "dev-master",
"prestashop/socialsharing": "dev-feat/starter-theme",
"prestashop/statsbestcategories": "dev-master",
Expand Down
6 changes: 5 additions & 1 deletion install-dev/models/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,11 @@ public function getAddonsModulesList($params = array())
/**
* TODO: Remove blacklist once 1.7 is out.
*/
$blacklist = ['productcomments'];
$blacklist = [
'productcomments',
'blockwishlist',
'sendtoafriend'
];
$addons_modules = array();
$content = Tools::addonsRequest('install-modules', $params);
$xml = @simplexml_load_string($content, null, LIBXML_NOCDATA);
Expand Down

0 comments on commit b89aa89

Please sign in to comment.