Fix PHP Fatal error: Call to undefined method kolab_chat_mattermost::https_check() (Bifrost#T329858)
This commit is contained in:
parent
731f00a494
commit
006cb77310
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ class kolab_chat_mattermost
|
|||
}
|
||||
|
||||
$cookie = session_get_cookie_params();
|
||||
$secure = $cookie['secure'] || self::https_check();
|
||||
$secure = $cookie['secure'] || rcube_utils::https_check();
|
||||
|
||||
if ($domain = $this->rc->config->get('kolab_chat_session_domain')) {
|
||||
$cookie['domain'] = $domain;
|
||||
|
|
Loading…
Add table
Reference in a new issue