From 91f2271fac29340b5eee3bb6657456bd5d161548 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Tue, 19 Jun 2012 12:00:07 +0200 Subject: Replace rcube_mdb2 with rcube_db --- installer/test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installer') diff --git a/installer/test.php b/installer/test.php index 87896009c..f09b2f7c7 100644 --- a/installer/test.php +++ b/installer/test.php @@ -125,7 +125,7 @@ else { $db_working = false; if ($RCI->configured) { if (!empty($RCI->config['db_dsnw'])) { - $DB = new rcube_db::factory($RCI->config['db_dsnw'], '', false); + $DB = rcube_db::factory($RCI->config['db_dsnw'], '', false); $DB->db_connect('w'); if (!($db_error_msg = $DB->is_error())) { -- cgit v1.2.3