From 4212e7dbd6f48ab6e3241e9c9966291e807a7b0f Mon Sep 17 00:00:00 2001
From: till <till@php.net>
Date: Sun, 03 Feb 2008 09:36:06 -0500
Subject: [PATCH] * fixed notice ($dbclass)

---
 check.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/check.php b/check.php
index 6fadaa9..eaba28d 100644
--- a/check.php
+++ b/check.php
@@ -102,7 +102,7 @@
 echo 'Status: ';
 if ($db_working === true) {
     require_once 'include/rcube_mdb2.inc';
-    $DB = new $dbclass($rcmail_config['db_dsnw'], '', false);
+    $DB = new rcube_mdb2($rcmail_config['db_dsnw'], '', false);
     $DB->db_connect('w');
     
     $tz_db    = $DB->unixtimestamp();

--
Gitblit v1.9.1