summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortill <till@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-02-03 14:36:06 +0000
committertill <till@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-02-03 14:36:06 +0000
commitfbd957a9d37c6e42cb05153a35229f3c37af0cd5 (patch)
treea1f8b48a4db72dc41ba6fd666bf5bf9cebebbbae
parentee2882c80fff86f592134de5979302e85668db58 (diff)
* fixed notice ($dbclass)
git-svn-id: https://svn.roundcube.net/trunk@1007 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/check.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/check.php b/roundcubemail/check.php
index 6fadaa9db..eaba28dd0 100644
--- a/roundcubemail/check.php
+++ b/roundcubemail/check.php
@@ -102,7 +102,7 @@ echo '<h3>TimeZone</h3>';
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();