mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
LSsession :: ajax_onLdapServerChangedLogin() : Fixed notice PHP
This commit is contained in:
parent
9a4e7374d0
commit
5cf3906b14
1 changed files with 1 additions and 1 deletions
|
@ -2230,7 +2230,7 @@ class LSsession {
|
|||
self :: setLdapServer($_REQUEST['server']);
|
||||
$data = array();
|
||||
if ( self :: LSldapConnect() ) {
|
||||
session_start();
|
||||
if (session_id()=="") session_start();
|
||||
if (isset($_SESSION['LSsession_topDn'])) {
|
||||
$sel = $_SESSION['LSsession_topDn'];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue