Skip to content

Commit

Permalink
phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbeaty committed Oct 14, 2024
1 parent 74a05bc commit cb8d143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/core/Mage/Core/Model/Session/Abstract/Varien.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public function start($sessionName = null)
$this->setSessionCookie();

// Set pre renew secure cookie if needed
if (isset($secureCookieValue)) {
if (isset($secureCookieName) && isset($secureCookieValue)) {
$cookie->set($secureCookieName, $secureCookieValue, null, null, null, true, true);
}

Expand Down

0 comments on commit cb8d143

Please sign in to comment.