diff options
Diffstat (limited to 'plugins/filesystem_attachments')
| -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() { |
