diff options
author | thomascube <thomas@roundcube.net> | 2008-02-26 09:10:07 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-02-26 09:10:07 +0000 |
commit | 190e97e88624b4b42ad677c7446c0d5a0b7b17a6 (patch) | |
tree | 6e1c25eb0d9ce513c70fe77524467d46cf6683e7 /installer/config.php | |
parent | 2a36163b3c6d43d0fb534368eb9fa4b30e0566c1 (diff) |
Fix database initialization and check write access on the DB; update INSTALL instructions
Diffstat (limited to 'installer/config.php')
-rw-r--r-- | installer/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/config.php b/installer/config.php index 63031b6b1..0697cc124 100644 --- a/installer/config.php +++ b/installer/config.php @@ -5,7 +5,7 @@ ini_set('display_errors', 1); require_once 'include/rcube_html.inc'; -$RCI->get_defaults(); +$RCI->load_defaults(); if (!empty($_POST['submit'])) { |