summaryrefslogtreecommitdiff
path: root/program/include/rcube_contacts.php
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-04-26 12:43:43 +0000
committeralecpl <alec@alec.pl>2010-04-26 12:43:43 +0000
commit495c0e512ceb8906dd72b2887ecd11f3e1282b7c (patch)
tree6575aa16a624bc3970451f8867426a42139d048f /program/include/rcube_contacts.php
parent63bff1dd31363b8e4d974fc0fcba849f3685a08f (diff)
- fix rcube_addressbook inheritance
Diffstat (limited to 'program/include/rcube_contacts.php')
-rw-r--r--program/include/rcube_contacts.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/program/include/rcube_contacts.php b/program/include/rcube_contacts.php
index 21e31b996..81fef6d26 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;