From 91f2271fac29340b5eee3bb6657456bd5d161548 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Tue, 19 Jun 2012 06:00:07 -0400
Subject: [PATCH] Replace rcube_mdb2 with rcube_db

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

diff --git a/installer/test.php b/installer/test.php
index 8789600..f09b2f7 100644
--- a/installer/test.php
+++ b/installer/test.php
@@ -125,7 +125,7 @@
 $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())) {

--
Gitblit v1.9.1