summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;