summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorsvncommit <devs@roundcube.net>2007-12-11 04:20:01 +0000
committersvncommit <devs@roundcube.net>2007-12-11 04:20:01 +0000
commit4315b0086b14cd5266b4cb824c3bd95aa550240c (patch)
treea9bfe0abb484200015e792faacd68c706d972f7a /index.php
parentdeb30262a766df2886e2bad2a5612a1040b6b05d (diff)
added ability to insert attached images in HTML editor
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 9f2d3365e..d281ff6f4 100644
--- a/index.php
+++ b/index.php
@@ -283,7 +283,7 @@ if ($_task=='mail')
if ($_action=='upload')
include('program/steps/mail/upload.inc');
- if ($_action=='compose' || $_action=='remove-attachment')
+ if ($_action=='compose' || $_action=='remove-attachment' || $_action=='display-attachment')
include('program/steps/mail/compose.inc');
if ($_action=='addcontact')