summaryrefslogtreecommitdiff
path: root/program/steps/settings/func.inc
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-06-29 16:35:18 +0200
committerAleksander Machniak <alec@alec.pl>2014-06-29 16:35:18 +0200
commit3cc1afa1c2f30bfebb30146795e50172947b4b5f (patch)
tree077d3ec048b393472f41917448b4a14b977b3e58 /program/steps/settings/func.inc
parentc3bb0d32a52687865f78816d4a88292d72803e73 (diff)
Support images in HTML signatures (#1488676)
This enables image button and file browser in html editor for signatures
Diffstat (limited to 'program/steps/settings/func.inc')
-rw-r--r--program/steps/settings/func.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/program/steps/settings/func.inc b/program/steps/settings/func.inc
index 89103ee44..7ccbfa4a5 100644
--- a/program/steps/settings/func.inc
+++ b/program/steps/settings/func.inc
@@ -44,6 +44,7 @@ $RCMAIL->register_action_map(array(
'add-response' => 'edit_response.inc',
'save-response' => 'edit_response.inc',
'delete-response' => 'responses.inc',
+ 'upload-display' => 'upload.inc',
));