From 946fe0148ea6c77bf1fafd5da636eefaff18749c Mon Sep 17 00:00:00 2001 From: rMalie Date: Mon, 9 Jan 2012 17:52:58 +0000 Subject: [PATCH] // Fix #PSFV-279 --- classes/shop/Shop.php | 1 + 1 file changed, 1 insertion(+) 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); }