Skip to content

Commit

Permalink
Remove PS compatibility code.
Browse files Browse the repository at this point in the history
thirty bees modules aren't meant to run on PrestaShop.
  • Loading branch information
Traumflug committed May 4, 2019
1 parent 1e296a3 commit d5e0e68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion themeconfigurator.php
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,6 @@ protected function renderThemeConfiguratorForm()
'module' => $this->name,
'name' => $this->displayName,
'version' => $this->version,
'psVersion' => _PS_VERSION_,
'context' => (Configuration::get('PS_MULTISHOP_FEATURE_ACTIVE') == 0) ? 1 : ($this->context->shop->getTotalShops() != 1) ? $this->context->shop->getContext() : 1,
],
]
Expand Down

0 comments on commit d5e0e68

Please sign in to comment.