From a544971fe81e47bcf79bae66ef5ef5592bce12e8 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Wed, 24 Apr 2013 13:27:29 +0200 Subject: Fix error when using check_referer=true --- program/include/bc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/include/bc.php') diff --git a/program/include/bc.php b/program/include/bc.php index d8356338d..df018320c 100644 --- a/program/include/bc.php +++ b/program/include/bc.php @@ -287,7 +287,7 @@ function rcmail_remote_ip() function rcube_check_referer() { - return rcmail::check_referer(); + return rcube_utils::check_referer(); } function rcube_timer() -- cgit v1.2.3