From 70eac89a5c17d665fa94156fd215e171906428b0 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sun, 25 Aug 2013 09:03:01 +0200 Subject: 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 --- program/lib/Roundcube/rcube.php | 1 + 1 file changed, 1 insertion(+) (limited to 'program/lib/Roundcube/rcube.php') 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']; } } + } -- cgit v1.2.3