diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-12-07 22:08:15 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-12-07 22:08:15 +0000 |
| commit | 5ec1cbda08e6911ca5e886aa0cb424b470f6a868 (patch) | |
| tree | 80d74245a5d92ed1c8924b83ca6bb8c0b89eb38b /plugins | |
| parent | 50c7e79416d6909086cd3d0190d1eb00d318eba0 (diff) | |
Attachments plugin is also required in address book
git-svn-id: https://svn.roundcube.net/trunk@4315 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/filesystem_attachments/filesystem_attachments.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/filesystem_attachments/filesystem_attachments.php b/plugins/filesystem_attachments/filesystem_attachments.php index 2b2fe71ae..a2ac3a8c9 100644 --- a/plugins/filesystem_attachments/filesystem_attachments.php +++ b/plugins/filesystem_attachments/filesystem_attachments.php @@ -19,7 +19,7 @@ */ class filesystem_attachments extends rcube_plugin { - public $task = 'mail'; + public $task = 'mail|addressbook'; function init() { |
