Re-write code for older version of PHP

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.

No, you need a new webhost. That version of Php is HUNDREDS of versions behind. Someone needs to take your host behind the barn.

Would anyone like to actually help? Thanks.

What is the error?

Sponsor our Newsletter | Privacy Policy | Terms of Service