[*] Classes: Tools::property_exists() is deprecated, since PrestaShop now requires 5.1
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9408 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -316,8 +316,8 @@ class AddressFormatCore extends ObjectModel
|
||||
|
||||
// Check if the property exist in both classes
|
||||
if (($totalName == 2) && class_exists($associateName[0]) &&
|
||||
Tools::property_exists($associateName[0], $associateName[1]) &&
|
||||
Tools::property_exists($address, 'id_'.strtolower($associateName[0])))
|
||||
property_exists($associateName[0], $associateName[1]) &&
|
||||
property_exists($address, 'id_'.strtolower($associateName[0])))
|
||||
{
|
||||
$idFieldName = 'id_'.strtolower($associateName[0]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user