diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-05-28 10:37:24 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-05-28 10:37:24 +0200 |
commit | 2441264d00cce5cc3de0dd3923c9226f56bab5ca (patch) | |
tree | 3bb595593f3c064ff2da10f8a351fb0fc4c34671 /program/include | |
parent | 20ef295ba8ff0e9fce57ee24dd7f467a366a5c88 (diff) |
Improved folders sorting by name - use Intl.Collator if supported
Diffstat (limited to 'program/include')
-rw-r--r-- | program/include/rcmail_output_html.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/include/rcmail_output_html.php b/program/include/rcmail_output_html.php index 2a90f6a01..43d73a6b4 100644 --- a/program/include/rcmail_output_html.php +++ b/program/include/rcmail_output_html.php @@ -68,6 +68,7 @@ class rcmail_output_html extends rcmail_output $this->set_env('task', $task); $this->set_env('x_frame_options', $this->config->get('x_frame_options', 'sameorigin')); $this->set_env('standard_windows', (bool) $this->config->get('standard_windows')); + $this->set_env('locale', $_SESSION['language']); // add cookie info $this->set_env('cookie_domain', ini_get('session.cookie_domain')); |