Skip to content

Commit

Permalink
Fixed static test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Idolov authored and jignesh-baldha committed Aug 14, 2018
1 parent f53cfd7 commit bc15e1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/internal/Magento/Framework/Session/SessionManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,6 @@ public function regenerateId()
}

if ($this->isSessionExists()) {

// Regenerate the session
session_regenerate_id();
$newSessionId = session_id();
Expand Down

0 comments on commit bc15e1a

Please sign in to comment.