diff --git a/classes/shop/Shop.php b/classes/shop/Shop.php index 195209d75..c4b386aed 100644 --- a/classes/shop/Shop.php +++ b/classes/shop/Shop.php @@ -908,6 +908,7 @@ class ShopCore extends ObjectModel */ public static function getCurrentShop() { + Tools::displayAsDeprecated(); return Context::getContext()->shop->getID(true); }