diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-04-24 13:27:29 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-04-24 13:28:24 +0200 |
commit | 4571305398832109bae57be87961f68a38bf7d05 (patch) | |
tree | b394f0c16df8c186b669518df1bf828b34007af6 /program | |
parent | 32229952edfe2fad569996d8b437c6a70c4fd1bf (diff) |
Fix error when using check_referer=true
Diffstat (limited to 'program')
-rw-r--r-- | program/include/bc.php | 2 |
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() |