From b53aa953a455ccc41214e088c9cf8f80f8abc704 Mon Sep 17 00:00:00 2001 From: rMalie Date: Wed, 18 Apr 2012 08:38:30 +0000 Subject: [PATCH] // Shop::$asso_table is now public (for modules) #PSFV-551 --- classes/shop/Shop.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/shop/Shop.php b/classes/shop/Shop.php index 07487d153..4de81ff6c 100644 --- a/classes/shop/Shop.php +++ b/classes/shop/Shop.php @@ -68,7 +68,7 @@ class ShopCore extends ObjectModel /** @var array List of shops cached */ protected static $shops; - private static $asso_tables = array( + public static $asso_tables = array( 'carrier' => array('type' => 'shop'), 'carrier_lang' => array('type' => 'fk_shop'), 'category' => array('type' => 'shop'),