diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-26 09:10:07 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-26 09:10:07 +0000 |
| commit | a140dddf5ada9e2a02ae4be76383bf04d6095a16 (patch) | |
| tree | ef37fdcf40fa3cc57f86ac18aaeae074c02cd597 /roundcubemail/installer/config.php | |
| parent | 5bb688f3ffee9ac31ee9fcd28607ef1bd291d00a (diff) | |
Fix database initialization and check write access on the DB; update INSTALL instructions
git-svn-id: https://svn.roundcube.net/trunk@1141 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/installer/config.php')
| -rw-r--r-- | roundcubemail/installer/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/installer/config.php b/roundcubemail/installer/config.php index 63031b6b1..0697cc124 100644 --- a/roundcubemail/installer/config.php +++ b/roundcubemail/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'])) { |
