Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kaviththiranga committed Aug 20, 2012
1 parent 0bd28f1 commit 807a97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/joomla/media/compressor/js.php
Expand Up @@ -323,7 +323,7 @@ private function _changeCharEncoding()
{ {
$encoding = mb_internal_encoding(); $encoding = mb_internal_encoding();


if (function_exists('mb_strlen') && (ini_get('mbstring.func_overload') == 2) && $this->_options['CHANGE_ENCODING']) if (function_exists('mb_strlen') && (ini_get('mbstring.func_overload') == 2) )
{ {
mb_internal_encoding('8bit'); mb_internal_encoding('8bit');
} }
Expand Down

0 comments on commit 807a97b

Please sign in to comment.