diff options
author | alecpl <alec@alec.pl> | 2009-06-05 06:08:46 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-06-05 06:08:46 +0000 |
commit | 79c45f4b187ce83e9224e3e43066cc67e4343a69 (patch) | |
tree | 00d17354eaf5eaedf5aa05c2e4acc84acb0c3527 /program/include/rcmail.php | |
parent | 0061e7b77fee24b216433256b636505a2d5cb9d4 (diff) |
- fix rep_specialchars_output() performance, remove old 'charset' option use
Diffstat (limited to 'program/include/rcmail.php')
-rw-r--r-- | program/include/rcmail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcmail.php b/program/include/rcmail.php index ea53d914d..afcc33af8 100644 --- a/program/include/rcmail.php +++ b/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'); |