From 1739b144c03d6ed988d8806afdea31c0b2df6925 Mon Sep 17 00:00:00 2001 From: rMalie Date: Mon, 9 Jan 2012 17:52:58 +0000 Subject: [PATCH] // Fix #PSFV-279 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12291 b9a71923-0436-4b27-9f14-aed3839534dd --- 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); }