[-] FO : #PSCFV-2156 - Avoid undefined index
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15072 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -383,7 +383,9 @@
|
||||
<li>
|
||||
{foreach $addressKey as $key}
|
||||
<span class="{if isset($addresses_style[$key])}{$addresses_style[$key]}{/if}">
|
||||
{$address.formated[$key]|escape:'htmlall':'UTF-8'}
|
||||
{if isset($address.formated[$key])}
|
||||
{$address.formated[$key]|escape:'htmlall':'UTF-8'}
|
||||
{/if}
|
||||
</span>
|
||||
{/foreach}
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user