summaryrefslogtreecommitdiff
path: root/program
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-04-24 13:27:29 +0200
committerAleksander Machniak <alec@alec.pl>2013-04-24 13:28:24 +0200
commit4571305398832109bae57be87961f68a38bf7d05 (patch)
treeb394f0c16df8c186b669518df1bf828b34007af6 /program
parent32229952edfe2fad569996d8b437c6a70c4fd1bf (diff)
Fix error when using check_referer=true
Diffstat (limited to 'program')
-rw-r--r--program/include/bc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/bc.php b/program/include/bc.php
index 3d9d46289..af2e51210 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()