diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-06-30 10:32:37 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-06-30 10:32:37 +0000 |
| commit | 8f0df89e8be18936a3f2e0579126bfd4f5724a56 (patch) | |
| tree | ad03a62d36c5f258e9d9a4e91e71bed230ea65d3 | |
| parent | fbd5e74fa034e73db4005458d2e4c85c747d5785 (diff) | |
- 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
| -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() { |
