summaryrefslogtreecommitdiff
path: root/program/lib
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-11-27 15:02:24 +0100
committerThomas Bruederli <thomas@roundcube.net>2012-11-27 15:02:24 +0100
commit928cb3401bfb70b6a48fe60b198b672b4062f23a (patch)
treea22601b8e97655fbb07eedce59441dab6a3e134b /program/lib
parent297a74adf1fc246df15fc47f37e32b6458785f9f (diff)
parent63f130782c65c64daa8a51044e58a6a8471aa57a (diff)
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'program/lib')
-rw-r--r--program/lib/Roundcube/rcube_output.php2
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();