Welcome Guest, Not a member yet? Register   Sign In
1.5.4 Bug -> Scaffolding
#2

[eluser]Seppo[/eluser]
Yeah, this bug it´s fixed for the new version. Meanwhile, you can fix it by replacing the CI_Input::_html_entity_decode_callback method with this code
Code:
function _html_entity_decode_callback($match)
    {
        global $CFG;
        $charset = $CFG->item('charset');

        return $this->_html_entity_decode($match[0], strtoupper($charset));
    }


Messages In This Thread
1.5.4 Bug -> Scaffolding - by El Forum - 01-23-2008, 09:02 PM
1.5.4 Bug -> Scaffolding - by El Forum - 01-23-2008, 09:06 PM
1.5.4 Bug -> Scaffolding - by El Forum - 01-23-2008, 09:16 PM
1.5.4 Bug -> Scaffolding - by El Forum - 01-24-2008, 06:29 AM



Theme © iAndrew 2016 - Forum software by © MyBB