From 059a1a3904c60b78b9623ee26b68a0c58b51d794 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 15 Jan 2018 08:01:22 +0100 Subject: Update to 1.3.4 fix missing .log suffix #1520132 --- roundcubemail-pr313.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'roundcubemail-pr313.patch') diff --git a/roundcubemail-pr313.patch b/roundcubemail-pr313.patch index f68a110..2490e1a 100644 --- a/roundcubemail-pr313.patch +++ b/roundcubemail-pr313.patch @@ -68,3 +68,15 @@ index ef5dcb94e..401cd3f86 100644 } /** +diff -up ./program/lib/Roundcube/rcube_config.php.suf ./program/lib/Roundcube/rcube_config.php +--- ./program/lib/Roundcube/rcube_config.php.suf 2018-01-15 07:32:16.149315868 +0100 ++++ ./program/lib/Roundcube/rcube_config.php 2018-01-15 07:32:19.436332757 +0100 +@@ -253,7 +253,7 @@ class rcube_config + ini_set('error_log', 'syslog'); + } + else { +- ini_set('error_log', $this->prop['log_dir'].'/errors'); ++ ini_set('error_log', $this->prop['log_dir'].'/errors.log'); + } + } + -- cgit