Skip to content

Commit dc7b44b

Browse files
committed
Php Inspections (EA Extended): revert session class changes
1 parent c656541 commit dc7b44b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/storage/sfDatabaseSessionStorage.class.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,7 @@ public function initialize($options = array())
7070
array($this, 'sessionGC'));
7171

7272
// start our session
73-
if ('' === session_id()) {
74-
session_start();
75-
}
73+
session_start();
7674
}
7775

7876
/**

0 commit comments

Comments
 (0)