From c8ae2497b7e4c7393210ed186acd672a0040389f Mon Sep 17 00:00:00 2001 From: thomascube Date: Wed, 3 Sep 2008 16:03:19 +0000 Subject: Auto-detect client language and timezone if desired by config/prefs --- program/include/rcube_config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'program/include/rcube_config.php') diff --git a/program/include/rcube_config.php b/program/include/rcube_config.php index 43f735ba9..98e688d02 100644 --- a/program/include/rcube_config.php +++ b/program/include/rcube_config.php @@ -84,9 +84,9 @@ class rcube_config ini_set('log_errors', 1); if ($this->prop['log_driver'] == 'syslog') { - ini_set('error_log', 'syslog'); + ini_set('error_log', 'syslog'); } else { - ini_set('error_log', $this->prop['log_dir'].'/errors'); + ini_set('error_log', $this->prop['log_dir'].'/errors'); } } if ($this->prop['debug_level'] & 4) { -- cgit v1.2.3