GX-Bug #52819 » PHP71ProductFix.patch
| src/includes/classes/product.php (revision ) | ||
|---|---|---|
| 653 | 653 |
// BOF GM_MOD |
| 654 | 654 |
global $PHP_SELF, $gmSEOBoost; |
| 655 | 655 | |
| 656 |
if(!is_array($array)) |
|
| 657 |
{
|
|
| 658 |
$array = []; |
|
| 659 |
} |
|
| 660 | ||
| 656 | 661 |
if(isset($array['cat_url']) == false) |
| 657 | 662 |
{
|
| 658 | 663 |
$array['cat_url'] = ''; |