Open lat9 opened 4 years ago
Need to update line 10 of /includes/modules/pages/account_history/header_php_account_history_multiship.php to account for that, changing
if (count($accountHistory) > 0) {
to
if (!empty($accountHistory) && is_array($accountHistory)) {
Need to update line 10 of /includes/modules/pages/account_history/header_php_account_history_multiship.php to account for that, changing
to