diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-11-27 15:01:46 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-11-27 15:01:46 +0100 |
commit | 297a74adf1fc246df15fc47f37e32b6458785f9f (patch) | |
tree | cf1a339c8b26a97a3f378b2281c7e4355560affc /program/include/bc.php | |
parent | 60226a75d8e4a3ee9504da6eab6d8f329bb32e7b (diff) |
Bring back rcube_html_page class which was lost in framework refactoring; fix typo
Diffstat (limited to 'program/include/bc.php')
-rw-r--r-- | program/include/bc.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/program/include/bc.php b/program/include/bc.php index 40524be50..5047e0a84 100644 --- a/program/include/bc.php +++ b/program/include/bc.php @@ -398,3 +398,8 @@ function get_boolean($str) { return rcube_utils::get_boolean($str); } + +class rcube_html_page extends rcmail_html_page +{ + +} |