Quote:
Originally Posted by jscieza
Hi Jhonnyf and thanks for your kind suggestion.
Unfortunately I'm not a programmer so I don't know what are you talking about but I'm pretty sure that the developer of this mod will take in account your hint in order to fix this issue.
|
Open /vbstatus/vbstatus_class.php
find
PHP Code:
$status = $this->process_status($status);
and add after that
PHP Code:
$return->updated_status = utf8_decode($return->updated_status);
utf8_decode is more convenient than htmlentities at this point