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:27:29 +0200 |
commit | a544971fe81e47bcf79bae66ef5ef5592bce12e8 (patch) | |
tree | bd63c71a7eb3a6cd6d7296661a92bce59d312886 /program | |
parent | c72f6929826521bd444352c9681844a0e37811fb (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 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() |