system/modules/pct_customelements_plugin_customcatalog/PCT/CustomElements/Attributes/Country/Country.php:80
Fehlermeldung, wenn kein Array.
schafft Abhilfe
Fehlermeldung, wenn kein Array.
Code:
if(!is_array($varValue)) { $varValue = explode(',', $varValue); }
Kommentar