From a3b85d7b8560cdc1057fcaffa3acbd247b4b5b7a Mon Sep 17 00:00:00 2001 From: Thomas B. <thomas@roundcube.net> Date: Mon, 07 Oct 2013 13:19:03 -0400 Subject: [PATCH] Merge pull request #133 from cwickert/release-0.9-canned-responses --- program/include/bc.php | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/program/include/bc.php b/program/include/bc.php index 05d15b9..af2e512 100644 --- a/program/include/bc.php +++ b/program/include/bc.php @@ -287,7 +287,7 @@ function rcube_check_referer() { - return rcmail::check_referer(); + return rcube_utils::check_referer(); } function rcube_timer() @@ -412,3 +412,7 @@ class washtml extends rcube_washtml { } + +class html2text extends rcube_html2text +{ +} -- Gitblit v1.9.1