Skip to content

Commit

Permalink
Remove function exists check on session_write_close()
Browse files Browse the repository at this point in the history
  • Loading branch information
predominant authored and markstory committed Jul 28, 2010
1 parent d388570 commit 390274f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cake/libs/cake_session.php
Expand Up @@ -210,9 +210,7 @@ public function start() {
if ($this->started()) {
return true;
}
if (function_exists('session_write_close')) {
session_write_close();
}
session_write_close();
$this->__initSession();
$this->__startSession();
return $this->started();
Expand Down

0 comments on commit 390274f

Please sign in to comment.