Skip to content

Commit

Permalink
removed empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
elioermini authored and jignesh-baldha committed Aug 14, 2018
1 parent eee587b commit 3828ac5
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 @@ -192,7 +192,6 @@ public function start()
if (isset($_SESSION['destroyed'])) {
if ($_SESSION['destroyed'] < time() - 300) {
$this->destroy(['clear_storage' => true]);

}
}
$this->validator->validate($this);
Expand Down

0 comments on commit 3828ac5

Please sign in to comment.