When I define additional countries for a page thats only available in the default language, everything is fine. But if the page is translated, an error occurs:
PHP Warning: Illegal offset type in isset or empty in .../HreflangTags.php line 477
The error might be that $translation is an array on line 477. Just above, there is a similar foreach loop where $translation is redefined (L. 453-455).
When I define additional countries for a page thats only available in the default language, everything is fine. But if the page is translated, an error occurs: PHP Warning: Illegal offset type in isset or empty in .../HreflangTags.php line 477
The error might be that $translation is an array on line 477. Just above, there is a similar foreach loop where $translation is redefined (L. 453-455).