Skip to content

Commit 5e885af

Browse files
authored
Update app/code/Magento/Security/Model/AdminSessionInfo.php
1 parent 7af375e commit 5e885af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Security/Model/AdminSessionInfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public function isSessionExpired()
135135
if (!is_numeric($lastUpdatedTime)) {
136136
if($lastUpdatedTime === null) {
137137
$lastUpdatedTime = 0;
138-
}else {
138+
} else {
139139
$lastUpdatedTime = strtotime($lastUpdatedTime);
140140
}
141141
}

0 commit comments

Comments
 (0)