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 47f6999 commit 86de3f6Copy full SHA for 86de3f6
app/code/Magento/Security/Model/AdminSessionsManager.php
@@ -336,7 +336,7 @@ protected function createAdminSessionInfoCollection()
336
private function lastProlongIsOldEnough()
337
{
338
$lastUpdatedTime = $this->getCurrentSession()->getUpdatedAt();
339
- if($lastUpdatedTime === null || is_numeric($lastUpdatedTime)) {
+ if ($lastUpdatedTime === null || is_numeric($lastUpdatedTime)) {
340
$lastUpdatedTime = "now";
341
}
342
$lastProlongTimestamp = strtotime($lastUpdatedTime);
0 commit comments