diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-19 18:53:17 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-19 18:53:17 +0000 |
| commit | 9a950257ecddc763465e0e6d63e76ee55acd9d3a (patch) | |
| tree | 0b4b61d2d7c5e6b8937d84034e303c2c72d8d5fa | |
| parent | 2188298cd18007ee6ceaea81f7e8eefe4f605785 (diff) | |
Don't set a hard-coded language in rcube_user
git-svn-id: https://svn.roundcube.net/trunk@1856 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/program/include/rcube_user.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcube_user.php b/roundcubemail/program/include/rcube_user.php index cc09028f1..0f0301ca9 100644 --- a/roundcubemail/program/include/rcube_user.php +++ b/roundcubemail/program/include/rcube_user.php @@ -31,7 +31,7 @@ class rcube_user { public $ID = null; public $data = null; - public $language = 'en_US'; + public $language = null; private $db = null; |
