diff options
Diffstat (limited to 'share/templates/roundcubemail/recipient_to_contact.inc.php.tpl')
-rw-r--r-- | share/templates/roundcubemail/recipient_to_contact.inc.php.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/templates/roundcubemail/recipient_to_contact.inc.php.tpl b/share/templates/roundcubemail/recipient_to_contact.inc.php.tpl index f3b8d2f..b41ad79 100644 --- a/share/templates/roundcubemail/recipient_to_contact.inc.php.tpl +++ b/share/templates/roundcubemail/recipient_to_contact.inc.php.tpl @@ -1,4 +1,4 @@ <?php - \$rcmail_config['recipient_to_contact_addressbooks'] = array(); - \$rcmail_config['recipient_to_contact_enabled_by_default'] = true; + \$config['recipient_to_contact_addressbooks'] = array(); + \$config['recipient_to_contact_enabled_by_default'] = true; ?>
\ No newline at end of file |