// Shop::$asso_table is now public (for modules) #PSFV-551

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14712 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-04-18 08:38:30 +00:00
parent d001741df3
commit eeeb925420
+1 -1
View File
@@ -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'),