From 8f0df89e8be18936a3f2e0579126bfd4f5724a56 Mon Sep 17 00:00:00 2001 From: alec Date: Thu, 30 Jun 2011 10:32:37 +0000 Subject: - Bind attachments plugin to all tasks (excluding login), so it can be used by other plugins git-svn-id: https://svn.roundcube.net/trunk@4894 208e9e7b-5314-0410-a742-e7e81cd9613c --- plugins/filesystem_attachments/filesystem_attachments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/filesystem_attachments/filesystem_attachments.php b/plugins/filesystem_attachments/filesystem_attachments.php index c91c7d7ee..12c78d973 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|addressbook|logout'; + public $task = '?(?!login).*'; function init() { -- cgit v1.2.3