diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-11-27 12:42:42 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-11-27 12:42:42 +0100 |
commit | 63f130782c65c64daa8a51044e58a6a8471aa57a (patch) | |
tree | fdddbb4470da0de68e80865d6e31bc4e480de643 /program/lib | |
parent | 60226a75d8e4a3ee9504da6eab6d8f329bb32e7b (diff) |
Small fixes to last commits
Diffstat (limited to 'program/lib')
-rw-r--r-- | program/lib/Roundcube/rcube_output.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/lib/Roundcube/rcube_output.php b/program/lib/Roundcube/rcube_output.php index ca8d83ef3..4ef42f598 100644 --- a/program/lib/Roundcube/rcube_output.php +++ b/program/lib/Roundcube/rcube_output.php @@ -31,7 +31,7 @@ abstract class rcube_output protected $app; protected $config; - protected $charset = RCMAIL_CHARSET; + protected $charset = RCUBE_CHARSET; protected $env = array(); |