Fix error when using check_referer=true

This commit is contained in:
Aleksander Machniak
2013-04-24 13:27:29 +02:00
parent c72f692982
commit a544971fe8
3 changed files with 4 additions and 3 deletions

View File

@@ -287,7 +287,7 @@ function rcmail_remote_ip()
function rcube_check_referer()
{
return rcmail::check_referer();
return rcube_utils::check_referer();
}
function rcube_timer()