Skip to content

Commit

Permalink
fixes #6152, removal of automatic setting of App.encoding in l10n
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8094 3807eeeb-6ff5-0310-8944-8be069107fe0
  • Loading branch information
gwoo committed Mar 12, 2009
1 parent bf4fa09 commit 2009f4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cake/libs/l10n.php
Expand Up @@ -381,7 +381,6 @@ function __setLanguage($language = null) {
if (Configure::read('Config.language') === null) {
Configure::write('Config.language', $this->lang);
}
Configure::write('App.encoding', $this->charset);

if ($language) {
return $language;
Expand Down

0 comments on commit 2009f4b

Please sign in to comment.