From 959e5ec57ab04781e2a328f5dcc3d9b7af302013 Mon Sep 17 00:00:00 2001 From: alec Date: Fri, 5 Jun 2009 06:08:46 +0000 Subject: - fix rep_specialchars_output() performance, remove old 'charset' option use git-svn-id: https://svn.roundcube.net/trunk@2608 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcmail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/include/rcmail.php') diff --git a/roundcubemail/program/include/rcmail.php b/roundcubemail/program/include/rcmail.php index ea53d914d..afcc33af8 100644 --- a/roundcubemail/program/include/rcmail.php +++ b/roundcubemail/program/include/rcmail.php @@ -321,7 +321,7 @@ class rcmail $this->output->set_env('task', $this->task); $this->output->set_env('action', $this->action); $this->output->set_env('comm_path', $this->comm_path); - $this->output->set_charset($this->config->get('charset', RCMAIL_CHARSET)); + $this->output->set_charset(RCMAIL_CHARSET); // add some basic label to client $this->output->add_label('loading', 'servererror'); -- cgit v1.2.3