我收到警告:
{"0":"Warning: htmlspecialchars() expects parameter 1 to be string, array given in \/app\/code\/Mageplaza\/LayeredNavigation\/Helper\/Data.php on line 68"
第68行看起来像
foreach ($filterParams as $key=>$param){
$filterParams[$key] = htmlspecialchars($param);
}
请帮助。 PHP版本是7.1