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

This commit is contained in:
rMalie
2012-04-18 08:38:30 +00:00
parent f857f64295
commit b53aa953a4
+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'),