summaryrefslogtreecommitdiff
path: root/program/include/bc.php
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-12-25 18:06:17 +0100
committerAleksander Machniak <alec@alec.pl>2012-12-25 18:06:17 +0100
commit7ac94421bf85eb04c00c5ed05390e1ea0c6bcb0b (patch)
treec90fd761303f5285e13f1a5fad963403c4e6fed3 /program/include/bc.php
parent0931a97c5fc7231df99fdf4cdeebb525392886ed (diff)
Move washtml class into Roundcube Framework (rcube_washtml), add some improvements
Diffstat (limited to 'program/include/bc.php')
-rw-r--r--program/include/bc.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/program/include/bc.php b/program/include/bc.php
index dc4d54fd7..05d15b9e3 100644
--- a/program/include/bc.php
+++ b/program/include/bc.php
@@ -408,3 +408,7 @@ function enriched_to_html($data)
class rcube_html_page extends rcmail_html_page
{
}
+
+class washtml extends rcube_washtml
+{
+}