diff options
Diffstat (limited to 'installer/test.php')
-rw-r--r-- | installer/test.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/installer/test.php b/installer/test.php index 5d28d5f57..40b052bdc 100644 --- a/installer/test.php +++ b/installer/test.php @@ -115,6 +115,7 @@ $db_working = false; if ($RCI->configured) { if (!empty($RCI->config['db_dsnw'])) { $DB = rcube_db::factory($RCI->config['db_dsnw'], '', false); + $DB->set_debug((bool)$RCI->config['sql_debug']); $DB->db_connect('w'); if (!($db_error_msg = $DB->is_error())) { |