From 190e97e88624b4b42ad677c7446c0d5a0b7b17a6 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Tue, 26 Feb 2008 04:10:07 -0500
Subject: [PATCH] Fix database initialization and check write access on the DB; update INSTALL instructions

---
 installer/config.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/installer/config.php b/installer/config.php
index 63031b6..0697cc1 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'])) {
   

--
Gitblit v1.9.1