We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e885af commit 47f6999Copy full SHA for 47f6999
app/code/Magento/Security/Model/AdminSessionInfo.php
@@ -133,7 +133,7 @@ public function isSessionExpired()
133
$currentTime = $this->dateTime->gmtTimestamp();
134
$lastUpdatedTime = $this->getUpdatedAt();
135
if (!is_numeric($lastUpdatedTime)) {
136
- if($lastUpdatedTime === null) {
+ if ($lastUpdatedTime === null) {
137
$lastUpdatedTime = 0;
138
} else {
139
$lastUpdatedTime = strtotime($lastUpdatedTime);
0 commit comments