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 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() { |
