From 1c4e5dd4d201b599094a40e908ebcaa6de40ac05 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Mon, 03 Mar 2008 03:52:50 -0500 Subject: [PATCH] Some more bugfixes for the install script --- installer/rcube_install.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/installer/rcube_install.php b/installer/rcube_install.php index efe139d..79d003c 100644 --- a/installer/rcube_install.php +++ b/installer/rcube_install.php @@ -79,7 +79,7 @@ */ function _load_config($suffix) { - include '../config/main.inc' . $suffix; + @include '../config/main.inc' . $suffix; if (is_array($rcmail_config)) { $this->config += $rcmail_config; } -- Gitblit v1.9.1