Skip to content

Commit

Permalink
No need to close the session after saving navigation data
Browse files Browse the repository at this point in the history
  • Loading branch information
roccivic committed Oct 30, 2012
1 parent 8d186a7 commit fd8d846
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions libraries/navigation/Navigation.class.php
Expand Up @@ -33,11 +33,6 @@ public function __construct()
$_SESSION['tmp_user_values']['navi_limit_offset'] = $pos;
$this->pos = $pos;
}
// free the session file, for the other frames to be loaded
// but only if debugging is not enabled
if (empty($_SESSION['debug'])) {
session_write_close();
}
}

/**
Expand Down

0 comments on commit fd8d846

Please sign in to comment.