Skip to content

Commit

Permalink
remove unneccesary elseif
Browse files Browse the repository at this point in the history
  • Loading branch information
ceeram committed Mar 23, 2012
1 parent 4a6159c commit 817015e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Cake/Model/Datasource/CakeSession.php
Expand Up @@ -601,8 +601,6 @@ protected static function _startSession() {
if (empty($_SESSION)) {
$_SESSION = array();
}
} elseif (!isset($_SESSION)) {
session_start();
} else {
session_start();
}
Expand Down

0 comments on commit 817015e

Please sign in to comment.