From 5ec1cbda08e6911ca5e886aa0cb424b470f6a868 Mon Sep 17 00:00:00 2001 From: thomasb Date: Tue, 7 Dec 2010 22:08:15 +0000 Subject: Attachments plugin is also required in address book git-svn-id: https://svn.roundcube.net/trunk@4315 208e9e7b-5314-0410-a742-e7e81cd9613c --- plugins/filesystem_attachments/filesystem_attachments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/filesystem_attachments') 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() { -- cgit v1.2.3