From c81cc6765694f89ad4f99350f30ba8523a007840 Mon Sep 17 00:00:00 2001 From: alec Date: Mon, 26 Apr 2010 12:43:43 +0000 Subject: - fix rcube_addressbook inheritance git-svn-id: https://svn.roundcube.net/trunk@3562 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcube_contacts.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'roundcubemail/program/include') diff --git a/roundcubemail/program/include/rcube_contacts.php b/roundcubemail/program/include/rcube_contacts.php index 21e31b996..81fef6d26 100644 --- a/roundcubemail/program/include/rcube_contacts.php +++ b/roundcubemail/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; -- cgit v1.2.3