Hi,
I would very much appreciate it if someone could rewrite this little snippet of code to be compatible with PHP version 5.3.28 as I believe it will only work on 5.4 or above. My web host only has the older version installed and thus I’m getting a parse error.
[php]$data[‘about_desc’] = html_entity_decode($this->config->get(‘config_about_description’)[$this->config->get(‘config_language_id’)], ENT_QUOTES, ‘UTF-8’);[/php]
Thanks in advance.