2013-03-19, 05:40:17
Ok ill fix it, I know what caused it.
We are using getcontent now to load the global, so its running twice. Just like the filter was running twice and we fixed that.
We need to just change that to raw and exclude this also
$content = stripslashes(htmlspecialchars_decode($data->$field, ENT_QUOTES));
We are using getcontent now to load the global, so its running twice. Just like the filter was running twice and we fixed that.
We need to just change that to raw and exclude this also
$content = stripslashes(htmlspecialchars_decode($data->$field, ENT_QUOTES));