summaryrefslogtreecommitdiff
path: root/program/include
diff options
context:
space:
mode:
Diffstat (limited to 'program/include')
-rw-r--r--program/include/bc.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/program/include/bc.php b/program/include/bc.php
index dc4d54fd7..3d9d46289 100644
--- a/program/include/bc.php
+++ b/program/include/bc.php
@@ -408,3 +408,11 @@ function enriched_to_html($data)
class rcube_html_page extends rcmail_html_page
{
}
+
+class washtml extends rcube_washtml
+{
+}
+
+class html2text extends rcube_html2text
+{
+}