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'),