From 495c0e512ceb8906dd72b2887ecd11f3e1282b7c Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Mon, 26 Apr 2010 08:43:43 -0400
Subject: [PATCH] - fix rcube_addressbook inheritance

---
 program/include/rcube_contacts.php |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/program/include/rcube_contacts.php b/program/include/rcube_contacts.php
index 21e31b9..81fef6d 100644
--- a/program/include/rcube_contacts.php
+++ b/program/include/rcube_contacts.php
@@ -27,8 +27,10 @@
  */
 class rcube_contacts extends rcube_addressbook
 {
+    // protected for backward compat. with some plugins
+    // maybe changed in the future
+    protected $db_name = '';
     private $db = null;
-    private $db_name = '';
     private $user_id = 0;
     private $filter = null;
     private $result = null;

--
Gitblit v1.9.1