// Changed the name of a multishop variable to multishop_specific, in order to avoid confusion

This commit is contained in:
dMetzger
2012-07-09 15:48:22 +00:00
parent 8b8069f024
commit b72deb7cb2
4 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ class CombinationCore extends ObjectModel
public static $definition = array(
'table' => 'product_attribute',
'primary' => 'id_product_attribute',
'multishop' => true,
'multishop_specific' => true,
'fields' => array(
'id_product' => array('type' => self::TYPE_INT, 'validate' => 'isUnsignedId', 'required' => true),
'location' => array('type' => self::TYPE_STRING, 'validate' => 'isGenericName', 'size' => 64),