Skip to content

Commit 86de3f6

Browse files
authored
updated space
1 parent 47f6999 commit 86de3f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ protected function createAdminSessionInfoCollection()
336336
private function lastProlongIsOldEnough()
337337
{
338338
$lastUpdatedTime = $this->getCurrentSession()->getUpdatedAt();
339-
if($lastUpdatedTime === null || is_numeric($lastUpdatedTime)) {
339+
if ($lastUpdatedTime === null || is_numeric($lastUpdatedTime)) {
340340
$lastUpdatedTime = "now";
341341
}
342342
$lastProlongTimestamp = strtotime($lastUpdatedTime);

0 commit comments

Comments
 (0)