diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-08-25 09:03:01 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-08-25 09:15:29 +0200 |
commit | 70eac89a5c17d665fa94156fd215e171906428b0 (patch) | |
tree | e01d1dd494a90ea09b41711c836f41f34b1dc339 /program/lib/Roundcube/rcube.php | |
parent | eae2a1e6845bfad92e791075ddd1a9142832d59a (diff) |
Fix so additional headers are added to all messages sent (#1489284)
Conflicts:
plugins/additional_message_headers/additional_message_headers.php
program/lib/Roundcube/rcube.php
Diffstat (limited to 'program/lib/Roundcube/rcube.php')
-rw-r--r-- | program/lib/Roundcube/rcube.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/lib/Roundcube/rcube.php b/program/lib/Roundcube/rcube.php index af24b0e85..d5f1d59e9 100644 --- a/program/lib/Roundcube/rcube.php +++ b/program/lib/Roundcube/rcube.php @@ -1295,6 +1295,7 @@ class rcube return $_SESSION['language']; } } + } |