From 190e97e88624b4b42ad677c7446c0d5a0b7b17a6 Mon Sep 17 00:00:00 2001 From: thomascube Date: Tue, 26 Feb 2008 09:10:07 +0000 Subject: Fix database initialization and check write access on the DB; update INSTALL instructions --- installer/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installer/config.php') 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'])) { -- cgit v1.2.3