From 88107d6cf54f62ec23daf94d68700fc000394c35 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Wed, 03 Oct 2012 17:22:32 -0400
Subject: [PATCH] Define public property 'db_provider' in pdo classes. That is used in various places, especially the installer
---
program/include/rcube_db.php | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/program/include/rcube_db.php b/program/include/rcube_db.php
index eb1ad31..b066101 100644
--- a/program/include/rcube_db.php
+++ b/program/include/rcube_db.php
@@ -30,6 +30,8 @@
*/
class rcube_db
{
+ public $db_provider;
+
protected $db_dsnw; // DSN for write operations
protected $db_dsnr; // DSN for read operations
protected $db_connected = false; // Already connected ?
--
Gitblit v1.9.1