Skip to content

Commit

Permalink
Merge branch '2017.12'
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Jul 18, 2018
2 parents b4ef98d + c17f617 commit 0934b6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/ezsession/classes/ezsession.php
Expand Up @@ -271,7 +271,8 @@ static protected function registerFunctions( $sessionName = false, ezpSessionHan
$ini = eZINI::instance();
if ( $sessionName !== false )
{
if ( $sessionName !== session_name() ) {
if ( $sessionName !== session_name() )
{
session_name( $sessionName );
}
}
Expand Down

0 comments on commit 0934b6d

Please sign in to comment.