// Fix getContextType()
This commit is contained in:
+1
-1
@@ -942,7 +942,7 @@ class CarrierCore extends ObjectModel
|
||||
if (!Validate::isInt($id_tax_rules_group))
|
||||
die(Tools::displayError());
|
||||
|
||||
if (Context::getContext()->shop->getContextType() != Shop::CONTEXT_SHOP)
|
||||
if (Shop::getContext() != Shop::CONTEXT_SHOP)
|
||||
$all_shops = true;
|
||||
|
||||
$this->deleteTaxRulesGroup($all_shops);
|
||||
|
||||
+1
-1
@@ -4057,7 +4057,7 @@ class ProductCore extends ObjectModel
|
||||
die(Tools::displayError());
|
||||
$this->deleteTaxRulesGroup($all_shops);
|
||||
|
||||
if (Context::getContext()->shop->getContextType() != Shop::CONTEXT_SHOP)
|
||||
if (Shop::getContext() != Shop::CONTEXT_SHOP)
|
||||
$all_shops = true;
|
||||
|
||||
if ($all_shops)
|
||||
|
||||
Reference in New Issue
Block a user