remove extra ,

pull/3012/head
Isaac Connor 2020-08-08 14:27:37 -04:00
parent a6ae4aee01
commit 6c831be61f
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ function zm_session_start() {
$currentCookieParams['path'],
$currentCookieParams['domain'],
$currentCookieParams['secure'],
$currentCookieParams['httponly'],
$currentCookieParams['httponly']
);
} else {
# samesite was introduced in 7.3.0