In negotiator.php in line 48 there is: $this->_defaultCharset = $defaultCharest;
and must be $this->_defaultCharset = $defaultCharset;
Log in to post a comment.