diff options
author | Remi Collet <remi@remirepo.net> | 2018-01-15 08:01:22 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-01-15 08:01:22 +0100 |
commit | 059a1a3904c60b78b9623ee26b68a0c58b51d794 (patch) | |
tree | 5a714716a16e54dc80453a14878a011bea9e0d9a /roundcubemail-pr313.patch | |
parent | 6ee0eda7e7fb76751bfced7534be16b61bde5c6d (diff) |
Update to 1.3.4
fix missing .log suffix #1520132
Diffstat (limited to 'roundcubemail-pr313.patch')
-rw-r--r-- | roundcubemail-pr313.patch | 12 |
1 files changed, 12 insertions, 0 deletions
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'); + } + } + |