diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-11-27 08:43:43 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-11-27 08:43:43 +0100 |
commit | a92beb6bdb9cb857e8cee6606033691f11692230 (patch) | |
tree | 4733c82a5989817bb7d61b0ad9bd12cb62a2b881 /program/include/rcmail.php | |
parent | 581fe08a050bea2dbdcad30b9a0ea02f5623a3ac (diff) |
Define RCUBE_CHARSET in place of RCMAIL_CHARSET for naming consistency
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 72c2fd944..cdafc5e7b 100644 --- a/program/include/rcmail.php +++ b/program/include/rcmail.php @@ -345,7 +345,7 @@ class rcmail extends rcube $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(RCMAIL_CHARSET); + $this->output->set_charset(RCUBE_CHARSET); // add some basic labels to client $this->output->add_label('loading', 'servererror', 'requesttimedout', 'refreshing'); |