Skip to content

Commit 4cd6d00

Browse files
committed
Fixed forceExpiry() usage
1 parent 8629985 commit 4cd6d00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/Member.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ public function logOut() {
423423

424424
$this->RememberLoginToken = null;
425425
Cookie::set('alc_enc', null); // // Clear the Remember Me cookie
426-
Cookie::forceExpiry('alc_enc');
426+
Cookie::force_expiry('alc_enc');
427427

428428
// Switch back to live in order to avoid infinite loops when
429429
// redirecting to the login screen (if this login screen is versioned)

0 commit comments

Comments
 (0)