diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-04-26 12:43:43 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-04-26 12:43:43 +0000 |
| commit | c81cc6765694f89ad4f99350f30ba8523a007840 (patch) | |
| tree | d77a47d849592593b6ecb3f0fd40e56124b136e9 /roundcubemail/program/include/rcube_contacts.php | |
| parent | 91d08c769d520e81852f7e35fe7303e4eaa69776 (diff) | |
- fix rcube_addressbook inheritance
git-svn-id: https://svn.roundcube.net/trunk@3562 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/rcube_contacts.php')
| -rw-r--r-- | roundcubemail/program/include/rcube_contacts.php | 4 |
1 files changed, 3 insertions, 1 deletions
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; |
