View Single Post
  #37  
Old 04-19-2016, 09:08 PM
 
aim aim is offline
Advanced Staff Users
 

X-Cart team
  
Join Date: Dec 2008
Posts: 928
 

Default Re: X-Cart 4.7.5 released: Amazon Feeds, Gross Profit, Convenient search tools

Quote:
Originally Posted by cflsystems
Some code is calling the function with $address_book not being an array. You can add before that line

PHP Code:
if (!is_array($address_book)) {
    
$address_book = array();


The solution from Steve Stoyanov can be used.

The PHP notice does not affect any functionality.

Thank you, Steve.
__________________
Sincerely yours,
Ildar Amankulov
Head of Maintenance group

Last edited by qualiteam : 04-19-2016 at 09:29 PM.
Reply With Quote