We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8629985 commit 4cd6d00Copy full SHA for 4cd6d00
security/Member.php
@@ -423,7 +423,7 @@ public function logOut() {
423
424
$this->RememberLoginToken = null;
425
Cookie::set('alc_enc', null); // // Clear the Remember Me cookie
426
- Cookie::forceExpiry('alc_enc');
+ Cookie::force_expiry('alc_enc');
427
428
// Switch back to live in order to avoid infinite loops when
429
// redirecting to the login screen (if this login screen is versioned)
0 commit comments